Searched refs:isKeyPresentWithCount (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtilsHost.cpp | 82 static bool isKeyPresentWithCount(const CameraMetadata &deviceInfo, uint32_t tag, uint32_t count) { in isKeyPresentWithCount() function 113 if (!isKeyPresentWithCount(deviceInfo, ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE_MAXIMUM_RESOLUTION, in supportsKeysForBasicUltraHighResolutionCapture() 115 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 118 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 120 !isKeyPresentWithCount(deviceInfo, ANDROID_SENSOR_INFO_BINNING_FACTOR, /*count*/2)) { in supportsKeysForBasicUltraHighResolutionCapture() 125 if (!isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 127 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture() 129 !isKeyPresentWithCount(deviceInfo, in supportsKeysForBasicUltraHighResolutionCapture()
|