Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java265 Allocation img_alloc, blur_alloc, edge_alloc; in processImage() local
271 blur_alloc = Allocation.createTyped(mRs, buffTypeBuilder.create()); in processImage()
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()
283 canny_script.forEach_blur_uchar(blur_alloc, opt); 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()
[all …]