Searched refs:defaultConfigs (Results 1 – 1 of 1) sorted by relevance
2125 StreamConfigurationMap defaultConfigs, boolean maxResolution) throws Exception { in verifyBasicSensorPixelModes() argument2130 defaultConfigs != null); in verifyBasicSensorPixelModes()2136 StreamConfigurationMap chosenConfigs = maxResolution ? maxResConfigs : defaultConfigs; in verifyBasicSensorPixelModes()2137 StreamConfigurationMap otherConfigs = maxResolution ? defaultConfigs : maxResConfigs; in verifyBasicSensorPixelModes()