Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DZoomRatioMapper.cpp180 bool supportsUltraHighResolutionCapture = in ZoomRatioMapper() local
181 camera3::SessionConfigurationUtils::supportsUltraHighResolutionCapture(*deviceInfo); in ZoomRatioMapper()
182 if (supportsUltraHighResolutionCapture) { in ZoomRatioMapper()
H A DDistortionMapper.cpp70 bool mMaxResolution = SessionConfigurationUtils::supportsUltraHighResolutionCapture(deviceInfo); in setupStaticInfo()
H A DCamera3Device.cpp247 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(mDeviceInfo)) { in initializeCommonLocked()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtilsHost.h25 bool supportsUltraHighResolutionCapture(const CameraMetadata &deviceInfo);
H A DSessionConfigurationUtilsHost.cpp137 bool supportsUltraHighResolutionCapture(const CameraMetadata &deviceInfo) { in supportsUltraHighResolutionCapture() function
H A DSessionConfigurationUtils.cpp1080 if (!supportsUltraHighResolutionCapture(staticInfo)) { in checkAndOverrideSensorPixelModesUsed()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DDepthCompositeStream.cpp104 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(staticInfo)) { in DepthCompositeStream()
930 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(ch)) { in getCompositeStreamInfo()
H A DCameraDeviceClient.cpp182 if (supportsUltraHighResolutionCapture(mCameraIdStr)) { in initializeImpl()
186 if (supportsUltraHighResolutionCapture(physicalId)) { in initializeImpl()
2510 bool CameraDeviceClient::supportsUltraHighResolutionCapture(const std::string &cameraId) { in supportsUltraHighResolutionCapture() function in android::CameraDeviceClient
2512 return SessionConfigurationUtils::supportsUltraHighResolutionCapture(deviceInfo); in supportsUltraHighResolutionCapture()
H A DCameraDeviceClient.h258 bool supportsUltraHighResolutionCapture(const std::string &cameraId);
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/aidl/
H A DAidlProviderInfo.cpp560 using camera3::SessionConfigurationUtils::supportsUltraHighResolutionCapture; in AidlDeviceInfo3()
561 if (supportsUltraHighResolutionCapture(mCameraCharacteristics)) { in AidlDeviceInfo3()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/hidl/
H A DHidlProviderInfo.cpp638 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture(mCameraCharacteristics)) { in HidlDeviceInfo3()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/hidl/
H A DHidlCamera3Device.cpp210 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture( in initialize()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/aidl/
H A DAidlCamera3Device.cpp251 if (SessionConfigurationUtils::supportsUltraHighResolutionCapture( in initialize()