Searched refs:mOutputAllocation (Results 1 – 6 of 6) sorted by relevance
187 protected Allocation mOutputAllocation; field in Script256 mOutputAllocation = allocation; in setOutput()296 return mOutputAllocation; in getOutput()310 if (mInputAllocation == null || mOutputAllocation == null) { in execute()
65 mScript.forEach_means_yuvf_420(mOutputAllocation); in executeUnchecked()69 mScript.forEach_means_yuvx_444(mOutputAllocation); in executeUnchecked()
75 private final Allocation mOutputAllocation; field in ScriptGraph515 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()
58 mScript.forEach_means_yuvx_444(mOutputAllocation); in executeUnchecked()
55 mScript.forEach(mOutputAllocation); in executeUnchecked()
94 mScript.forEach_crop(mOutputAllocation); in executeUnchecked()