Searched refs:edge_alloc (Results 1 – 1 of 1) sorted by relevance
265 Allocation img_alloc, blur_alloc, edge_alloc; in processImage() local272 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()