Searched refs:buffTypeBuilder (Results 1 – 1 of 1) sorted by relevance
77 Type.Builder buffTypeBuilder = new Type.Builder(rs, Element.U8(rs)); in ViewfinderProcessor() local78 buffTypeBuilder.setX(dimensions.getWidth()); in ViewfinderProcessor()79 buffTypeBuilder.setY(dimensions.getHeight()); in ViewfinderProcessor()80 mBlurAllocation = Allocation.createTyped(rs, buffTypeBuilder.create()); in ViewfinderProcessor()81 mEdgeAllocation = Allocation.createTyped(rs, buffTypeBuilder.create()); in ViewfinderProcessor()269 Type.Builder buffTypeBuilder = new Type.Builder(mRs, Element.U8(mRs)); in processImage() local270 buffTypeBuilder.setX(width).setY(height); in processImage()271 blur_alloc = Allocation.createTyped(mRs, buffTypeBuilder.create()); in processImage()272 edge_alloc = Allocation.createTyped(mRs, buffTypeBuilder.create()); in processImage()