Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtilsHost.h25 bool supportsUltraHighResolutionCapture(const CameraMetadata &deviceInfo);
DSessionConfigurationUtilsHost.cpp131 bool supportsUltraHighResolutionCapture(const CameraMetadata &deviceInfo) { in supportsUltraHighResolutionCapture() function
DSessionConfigurationUtils.cpp1061 if (!supportsUltraHighResolutionCapture(staticInfo)) { in checkAndOverrideSensorPixelModesUsed()
/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp159 bool supportsUltraHighResolutionCapture = in ZoomRatioMapper() local
160 camera3::SessionConfigurationUtils::supportsUltraHighResolutionCapture(*deviceInfo); in ZoomRatioMapper()
161 if (supportsUltraHighResolutionCapture) { in ZoomRatioMapper()
DDistortionMapper.cpp72 bool mMaxResolution = SessionConfigurationUtils::supportsUltraHighResolutionCapture(deviceInfo); in setupStaticInfo()
DCamera3Device.cpp241 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(mDeviceInfo)) { in initializeCommonLocked()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h253 bool supportsUltraHighResolutionCapture(const std::string &cameraId);
DDepthCompositeStream.cpp102 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(staticInfo)) { in DepthCompositeStream()
914 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(ch)) { in getCompositeStreamInfo()
DCameraDeviceClient.cpp200 if (supportsUltraHighResolutionCapture(mCameraIdStr)) { in initializeImpl()
204 if (supportsUltraHighResolutionCapture(physicalId)) { in initializeImpl()
2276 bool CameraDeviceClient::supportsUltraHighResolutionCapture(const std::string &cameraId) { in supportsUltraHighResolutionCapture() function in android::CameraDeviceClient
2278 return SessionConfigurationUtils::supportsUltraHighResolutionCapture(deviceInfo); in supportsUltraHighResolutionCapture()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp556 using camera3::SessionConfigurationUtils::supportsUltraHighResolutionCapture; in AidlDeviceInfo3()
557 if (supportsUltraHighResolutionCapture(mCameraCharacteristics)) { in AidlDeviceInfo3()
/frameworks/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp638 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(mCameraCharacteristics)) { in HidlDeviceInfo3()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp251 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture( in initialize()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp209 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture( in initialize()