Home
last modified time | relevance | path

Searched refs:houghOutputBuilder (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java103 Type.Builder houghOutputBuilder = new Type.Builder(rs, Element.U8(rs)); in ViewfinderProcessor() local
104 houghOutputBuilder.setX(800); in ViewfinderProcessor()
105 houghOutputBuilder.setY(360); in ViewfinderProcessor()
106 mHoughOutput = Allocation.createTyped(rs, houghOutputBuilder.create()); in ViewfinderProcessor()