Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java56 public Allocation mHoughOutput; field in ViewfinderProcessor
106 mHoughOutput = Allocation.createTyped(rs, houghOutputBuilder.create()); in ViewfinderProcessor()
107 mScriptCanny.set_hough_output(mHoughOutput); in ViewfinderProcessor()
211 mScriptCanny.forEach_black_uchar(mHoughOutput); in run()