Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java500 inputInfo = script.getOutputInfo(); in ScriptGraph()
538 : script.getOutputInfo().createAllocation(); in ScriptGraph()
DScript.java212 public AllocationInfo getOutputInfo() { in getOutputInfo() method in Script
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionImageReaderTest.java136 multiResolutionMap.getOutputInfo(format); in testMultiResolutionCaptureCharacteristics()
375 multiResolutionMap.getOutputInfo(format); in testMultiResolutionImageReaderForFormat()
DMultiResolutionReprocessCaptureTest.java796 input ? configs.getInputInfo(format) : configs.getOutputInfo(format); in getMultiResReprocessInfo()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java317 Collection<MultiResolutionStreamInfo> streamInfo = map.getOutputInfo(fmts[fi]); in storeMultiResStreamConfigurationMap()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java287 multiResStreamConfig.getOutputInfo(format); in configureTarget()
399 !multiResStreamConfig.getOutputInfo(format).isEmpty() && in setupConfigurationTargets()