Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DStreamConfigurationMap.cpp127 const char* maxResolutionStr = maxResolution ? "true" : "false"; in StreamConfigurationMap() local
135 __FUNCTION__, maxResolutionStr); in StreamConfigurationMap()
163 __FUNCTION__, maxResolutionStr); in StreamConfigurationMap()
182 __FUNCTION__, maxResolutionStr); in StreamConfigurationMap()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DRobustnessTest.java235 String maxResolutionStr = maxResolution ? " " : " maximum resolution "; in testMandatoryOutputCombinations() local
236 Log.i(TAG, "No mandatory" + maxResolutionStr + "stream combinations for camera: " + in testMandatoryOutputCombinations()