HomeSort by relevance Sort by last modified time
    Searched refs:mAllocationOut (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 43 private Allocation mAllocationOut;
58 if (mAllocationOut != null) {
59 mAllocationOut.setSurface(mSurface);
69 if (mAllocationOut != null) {
70 mAllocationOut.destroy();
82 mAllocationOut = Allocation.createTyped(mRS, t, Allocation.USAGE_SCRIPT |
115 mGroup.setOutput(mScript.getKernelID_root(), mAllocationOut);
118 //mYuv.forEach(mAllocationOut);
119 //mScript.forEach_root(mAllocationOut, mAllocationOut);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsPackColorTo8888Test.java 70 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
77 forEach(testId, mAllocationIn, mAllocationOut);
80 mAllocationOut.copyTo(outArray);
97 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
104 forEach(testId, mAllocationIn, mAllocationOut);
107 mAllocationOut.copyTo(outArray);
RsUnpackColor8888Test.java 36 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
46 forEach(0, mAllocationIn, mAllocationOut);
49 mAllocationOut.copyTo(outArray);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 37 private Allocation mAllocationOut;
70 mAllocationOut = Allocation.createTyped(mRS, outType,
98 mConverter.setOutput(swizzleId, mAllocationOut);
117 mAllocationOut.setSurface(null);
130 mAllocationOut.setSurface(mCallbackSurface);
143 mAllocationOut.ioSend();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 70 private Allocation mAllocationOut;
183 mAllocationOut = Allocation.createFromBitmap(mRS, mBitmap);
233 rgbConverter.forEach(mAllocationOut);
234 mAllocationOut.copyTo(mBitmap);

Completed in 1021 milliseconds