Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java2125 StreamConfigurationMap defaultConfigs, boolean maxResolution) throws Exception { in verifyBasicSensorPixelModes() argument
2130 defaultConfigs != null); in verifyBasicSensorPixelModes()
2136 StreamConfigurationMap chosenConfigs = maxResolution ? maxResConfigs : defaultConfigs; in verifyBasicSensorPixelModes()
2137 StreamConfigurationMap otherConfigs = maxResolution ? defaultConfigs : maxResConfigs; in verifyBasicSensorPixelModes()