Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DViewfinderProcessor.java37 private Allocation mOutputAllocation; field in ViewfinderProcessor
56 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
71 mOutputAllocation.setSurface(output); in setOutputSurface()
124 mScriptFocusPeak.forEach_peak(mOutputAllocation); in run()
125 mOutputAllocation.ioSend(); in run()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java49 private Allocation mOutputAllocation; field in ViewfinderProcessor
75 mOutputAllocation = Allocation.createTyped(rs, rgbTypeBuilder.create(), in ViewfinderProcessor()
116 mOutputAllocation.setSurface(output); in setOutputSurface()
216 mScriptCanny.forEach_hough_map(mOutputAllocation); in run()
219 mScriptCanny.forEach_toRGB(mOutputAllocation, opt); in run()
222 mScriptCanny.forEach_toRGBfuzz(mOutputAllocation, opt); in run()
225 mScriptCanny.forEach_toWhiteRGBfuzz(mOutputAllocation, opt); in run()
228 mScriptCanny.forEach_toWhiteRGB(mOutputAllocation, opt); in run()
231 mScriptCanny.forEach_toCartoon(mOutputAllocation, opt); in run()
234 mOutputAllocation.ioSend(); in run()