Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java57 public Allocation mHoughSlices; field in ViewfinderProcessor
101mHoughSlices = Allocation.createTyped(rs, houghSliceBuilder.create(), Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
102 mHoughSlices.copyFrom(slices); in ViewfinderProcessor()
212 mScriptCanny.forEach_hough(mHoughSlices); in run()