Searched refs:mBlurAllocation (Results 1 – 1 of 1) sorted by relevance
50 private Allocation mBlurAllocation; field in ViewfinderProcessor87 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()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()201 mScriptCanny.forEach_thin(mBlurAllocation, opt); in run()203 opt.setX(5, mBlurAllocation.getType().getX() - 5); in run()[all …]