Home
last modified time | relevance | path

Searched refs:blur_alloc (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java265 Allocation img_alloc, blur_alloc, edge_alloc; in processImage() local
276 canny_script.set_blurImage(blur_alloc); in processImage()
281 opt.setX(2, blur_alloc.getType().getX() - 2); in processImage()
282 opt.setY(2, blur_alloc.getType().getY() - 2); in processImage()
285 opt.setX(3, blur_alloc.getType().getX() - 3); in processImage()
286 opt.setY(3, blur_alloc.getType().getY() - 3); in processImage()
289 opt.setX(4, blur_alloc.getType().getX() - 4); in processImage()
290 opt.setY(4, blur_alloc.getType().getY() - 4); in processImage()
291 canny_script.forEach_thin(blur_alloc, opt); in processImage()
293 opt.setX(5, blur_alloc.getType().getX() - 5); in processImage()
[all …]