Home
last modified time | relevance | path

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

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