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

  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 42 private Allocation mAllocationOut;
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...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsPackColorTo8888Test.java 71 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
78 RSUtils.forEach(this, testId, mAllocationIn, mAllocationOut);
81 mAllocationOut.copyTo(outArray);
98 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
105 RSUtils.forEach(this, testId, mAllocationIn, mAllocationOut);
108 mAllocationOut.copyTo(outArray);
RsUnpackColor8888Test.java 37 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
47 RSUtils.forEach(this, 0, mAllocationIn, mAllocationOut);
50 mAllocationOut.copyTo(outArray);
RSBaseCompute.java 98 Allocation mAllocationOut = setOutAlloc(outElement);
100 RSUtils.forEach(this, testid, mAllocationIn, mAllocationOut);
106 mAllocationOut.copyTo(outArray);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 37 private Allocation mAllocationOut;
70 mAllocationOut = Allocation.createTyped(mRS, outType,
99 mConverter.setOutput(swizzleId, mAllocationOut);
118 mAllocationOut.setSurface(null);
131 mAllocationOut.setSurface(mCallbackSurface);
144 mAllocationOut.ioSend();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 66 private Allocation mAllocationOut;
177 mAllocationOut = Allocation.createFromBitmap(mRS, mBitmap);
222 rgbConverter.forEach(mAllocationOut);
223 mAllocationOut.copyTo(mBitmap);

Completed in 57 milliseconds