Home
last modified time | relevance | path

Searched refs:edge_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
272 edge_alloc = Allocation.createTyped(mRs, buffTypeBuilder.create()); in processImage()
277 canny_script.set_edgeImage(edge_alloc); in processImage()
278 canny_script.forEach_getLum(img_alloc, edge_alloc); in processImage()
287 canny_script.forEach_edge(edge_alloc, opt); in processImage()
296 canny_script.forEach_hysteresis(blur_alloc, edge_alloc, opt); in processImage()