Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java428 private void validateInputOutputNotZeroes(ScriptGraph scriptGraph, Size size) { in validateInputOutputNotZeroes() argument
440 byte[] data = scriptGraph.getInputData(); in validateInputOutputNotZeroes()
460 int actualSizeOut = scriptGraph.getOutputAllocation().getBytesSize(); in validateInputOutputNotZeroes()
463 byte[] dataOut = scriptGraph.getOutputData(); in validateInputOutputNotZeroes()
493 try (ScriptGraph scriptGraph = ScriptGraph.create() in testAllocationFromCameraFlexibleYuv()
502 … configureAndCreateRequestForSurface(scriptGraph.getInputSurface()).build(); in testAllocationFromCameraFlexibleYuv()
509 scriptGraph.advanceInputWaiting(); in testAllocationFromCameraFlexibleYuv()
510 scriptGraph.execute(); in testAllocationFromCameraFlexibleYuv()
511 validateInputOutputNotZeroes(scriptGraph, size); in testAllocationFromCameraFlexibleYuv()
512 scriptGraph.advanceInputAndDrop(); in testAllocationFromCameraFlexibleYuv()
[all …]