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

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

Completed in 78 milliseconds