Searched refs:scriptGraph (Results 1 – 1 of 1) sorted by relevance
409 private void validateInputOutputNotZeroes(ScriptGraph scriptGraph, Size size) { in validateInputOutputNotZeroes() argument421 byte[] data = scriptGraph.getInputData(); in validateInputOutputNotZeroes()441 int actualSizeOut = scriptGraph.getOutputAllocation().getBytesSize(); in validateInputOutputNotZeroes()444 byte[] dataOut = scriptGraph.getOutputData(); in validateInputOutputNotZeroes()473 try (ScriptGraph scriptGraph = ScriptGraph.create() in testAllocationFromCameraFlexibleYuv()482 … configureAndCreateRequestForSurface(scriptGraph.getInputSurface()).build(); in testAllocationFromCameraFlexibleYuv()489 scriptGraph.advanceInputWaiting(); in testAllocationFromCameraFlexibleYuv()490 scriptGraph.execute(); in testAllocationFromCameraFlexibleYuv()491 validateInputOutputNotZeroes(scriptGraph, size); in testAllocationFromCameraFlexibleYuv()492 scriptGraph.advanceInputAndDrop(); in testAllocationFromCameraFlexibleYuv()[all …]