Home
last modified time | relevance | path

Searched refs:mOutputAllocation (Results 1 – 6 of 6) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScript.java187 protected Allocation mOutputAllocation; field in Script
256 mOutputAllocation = allocation; in setOutput()
296 return mOutputAllocation; in getOutput()
310 if (mInputAllocation == null || mOutputAllocation == null) { in execute()
DScriptYuvMeans2dTo1d.java65 mScript.forEach_means_yuvf_420(mOutputAllocation); in executeUnchecked()
69 mScript.forEach_means_yuvx_444(mOutputAllocation); in executeUnchecked()
DScriptGraph.java75 private final Allocation mOutputAllocation; field in ScriptGraph
515 mOutputAllocation = checkNotNull("lastOutput", lastOutput); in ScriptGraph()
594 assertEquals("Graph's output should match last script's output", mOutputAllocation, output); in getOutputAllocation()
643 mCache.returnToCache(mOutputAllocation); in close()
DScriptYuvMeans1d.java58 mScript.forEach_means_yuvx_444(mOutputAllocation); in executeUnchecked()
DScriptYuvToRgb.java55 mScript.forEach(mOutputAllocation); in executeUnchecked()
DScriptYuvCrop.java94 mScript.forEach_crop(mOutputAllocation); in executeUnchecked()