Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java50 private Allocation mBlurAllocation; field in ViewfinderProcessor
80 mBlurAllocation = Allocation.createTyped(rs, buffTypeBuilder.create()); in ViewfinderProcessor()
87 mScriptCanny.set_blurImage(mBlurAllocation); in ViewfinderProcessor()
191 opt.setX(2, mBlurAllocation.getType().getX() - 2); in run()
192 opt.setY(2, mBlurAllocation.getType().getY() - 2); in run()
193 mScriptCanny.forEach_blur_uchar(mBlurAllocation, opt); in run()
195 opt.setX(3, mBlurAllocation.getType().getX() - 3); in run()
196 opt.setY(3, mBlurAllocation.getType().getY() - 3); in run()
199 opt.setX(4, mBlurAllocation.getType().getX() - 4); in run()
200 opt.setY(4, mBlurAllocation.getType().getY() - 4); in run()
[all …]