Searched refs:houghOutputBuilder (Results 1 – 1 of 1) sorted by relevance
103 Type.Builder houghOutputBuilder = new Type.Builder(rs, Element.U8(rs)); in ViewfinderProcessor() local104 houghOutputBuilder.setX(800); in ViewfinderProcessor()105 houghOutputBuilder.setY(360); in ViewfinderProcessor()106 mHoughOutput = Allocation.createTyped(rs, houghOutputBuilder.create()); in ViewfinderProcessor()