Searched defs:mAllocationOut (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java42 private Allocation mAllocationOut; field in class:RsYuv
57 if (mAllocationOut != null) {
58 mAllocationOut.setSurfaceTexture(mSurface);
68 if (mAllocationOut != null) {
69 mAllocationOut.destroy();
81 mAllocationOut = Allocation.createTyped(mRS, t, Allocation.USAGE_SCRIPT |
114 mGroup.setOutput(mScript.getKernelID_root(), mAllocationOut);
117 //mYuv.forEach(mAllocationOut);
118 //mScript.forEach_root(mAllocationOut, mAllocationOut);
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java66 private Allocation mAllocationOut; field in class:Camera2Source
177 mAllocationOut = Allocation.createFromBitmap(mRS, mBitmap);
222 rgbConverter.forEach(mAllocationOut);
223 mAllocationOut.copyTo(mBitmap);

Completed in 82 milliseconds