Searched refs:houghSliceBuilder (Results 1 – 1 of 1) sorted by relevance
99 Type.Builder houghSliceBuilder = new Type.Builder(rs, Element.I32_2(rs)); in ViewfinderProcessor() local100 houghSliceBuilder.setX(NO_OF_SLICES); in ViewfinderProcessor()101 … mHoughSlices = Allocation.createTyped(rs, houghSliceBuilder.create(), Allocation.USAGE_SCRIPT); in ViewfinderProcessor()