Searched refs:isKeyPresentWithCount (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtilsHost.cpp | 76 static bool isKeyPresentWithCount(const CameraMetadata &deviceInfo, uint32_t tag, uint32_t count) { in isKeyPresentWithCount() function 107 if (!isKeyPresentWithCount(deviceInfo, ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE_MAXIMUM_RESOLUTION, in supportsKeysForBasicUltraHighResolutionCapture() 109 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 112 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 114 !isKeyPresentWithCount(deviceInfo, ANDROID_SENSOR_INFO_BINNING_FACTOR, /*count*/2)) { in supportsKeysForBasicUltraHighResolutionCapture() 119 if (!isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 121 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 123 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture()
|