Searched refs:mBlurAllocation (Results 1 – 1 of 1) sorted by relevance
50 private Allocation mBlurAllocation; field in ViewfinderProcessor80 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 …]