Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DConcurrentCameraTest.java216 List<MandatoryStreamInformation> streamsInfo = combination.getStreamsInformation(); in getGeneratedEntriesFor() local
217 for (MandatoryStreamInformation streamInfo : streamsInfo) { in getGeneratedEntriesFor()
DMultiResolutionImageReaderTest.java260 List<MandatoryStreamCombination.MandatoryStreamInformation> streamsInfo = in testMultiResolutionMandatoryStreamCombinationTest() local
263 streamsInfo) { in testMultiResolutionMandatoryStreamCombinationTest()
DRobustnessTest.java508 List<MandatoryStreamInformation> streamsInfo = combination.getStreamsInformation(); in testMandatoryStreamCombination() local
509 for (MandatoryStreamInformation streamInfo : streamsInfo) { in testMandatoryStreamCombination()
520 List<MandatoryStreamInformation> streamsInfo = combination.getStreamsInformation(); in testMandatoryStreamCombination() local
521 for (MandatoryStreamInformation streamInfo : streamsInfo) { in testMandatoryStreamCombination()
909 List<MandatoryStreamInformation> streamsInfo = combination.getStreamsInformation(); in testMandatoryReprocessableStreamCombination() local
911 for (MandatoryStreamInformation streamInfo : streamsInfo) { in testMandatoryReprocessableStreamCombination()
923 List<MandatoryStreamInformation> streamsInfo = combination.getStreamsInformation(); in testMandatoryReprocessableStreamCombination() local
925 for (MandatoryStreamInformation streamInfo : streamsInfo) { in testMandatoryReprocessableStreamCombination()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java395 public static void setupConfigurationTargets(List<MandatoryStreamInformation> streamsInfo, in setupConfigurationTargets() argument
402 setupConfigurationTargets(streamsInfo, targets, outputConfigs, outputSurfaces, uhSurfaces, in setupConfigurationTargets()
407 public static void setupConfigurationTargets(List<MandatoryStreamInformation> streamsInfo, in setupConfigurationTargets() argument
413 setupConfigurationTargets(streamsInfo, targets, outputConfigs, outputSurfaces, uhSurfaces, in setupConfigurationTargets()
418 public static void setupConfigurationTargets(List<MandatoryStreamInformation> streamsInfo, in setupConfigurationTargets() argument
438 for (MandatoryStreamInformation streamInfo : streamsInfo) { in setupConfigurationTargets()