Searched refs:mInputAllocation (Results 1 - 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
H A DScript.java188 protected Allocation mInputAllocation; field in class:Script
232 if (mInputAllocation != allocation) {
233 mCache.returnToCacheIfNotNull(mInputAllocation);
236 mInputAllocation = allocation;
284 return mInputAllocation;
310 if (mInputAllocation == null || mOutputAllocation == null) {
349 mCache.returnToCacheIfNotNull(mInputAllocation);
H A DScriptYuvMeans1d.java63 mScript.set_mInput(mInputAllocation);
65 int width = mInputAllocation.getType().getX();
H A DScriptYuvMeans2dTo1d.java80 mScript.set_mInput(mInputAllocation);
82 int width = mInputAllocation.getType().getX();
H A DScriptYuvToRgb.java62 mScript.setInput(mInputAllocation);
H A DScriptYuvCrop.java107 mScript.set_mInput(mInputAllocation);

Completed in 32 milliseconds