Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java51 private Allocation mEdgeAllocation; field in ViewfinderProcessor
81 mEdgeAllocation = Allocation.createTyped(rs, buffTypeBuilder.create()); in ViewfinderProcessor()
88 mScriptCanny.set_edgeImage(mEdgeAllocation); in ViewfinderProcessor()
188 mScriptCanny.forEach_getyuv_y(mEdgeAllocation); in run()
197 mScriptCanny.forEach_edge(mEdgeAllocation, opt); in run()
205 mScriptCanny.forEach_hysteresis(mBlurAllocation, mEdgeAllocation, opt); in run()