Home
last modified time | relevance | path

Searched defs:mAllocationOut (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DRsPackColorTo8888Test.java76 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in float3input() local
106 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in float4input() local
H A DRsUnpackColor8888Test.java44 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE); in testRsUnpackColor8888RGB() local
/aosp_15_r20/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java43 private Allocation mAllocationOut; field in RsYuv
115 mGroup.setOutput(mScript.getKernelID_root(), mAllocationOut); in execute() local
/aosp_15_r20/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DCallbackProcessor.java37 private Allocation mAllocationOut; field in CallbackProcessor
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java70 private Allocation mAllocationOut; field in Camera2Source