Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java530 Allocation lastOutput = null; in ScriptGraph() local
537 lastOutput = (nextScript != null) ? nextScript.getInput() in ScriptGraph()
544 script.setOutput(lastOutput); in ScriptGraph()
546 mOutputAllocation = checkNotNull("lastOutput", lastOutput); in ScriptGraph()