Home
last modified time | relevance | path

Searched refs:getAppropriateModeTag (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtilsHost.h27 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution = false);
DSessionConfigurationUtilsHost.cpp23 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution) { in getAppropriateModeTag() function
DSessionConfigurationUtils.cpp71 SessionConfigurationUtils::getAppropriateModeTag( in getStreamConfigurations()
75 SessionConfigurationUtils::getAppropriateModeTag( in getStreamConfigurations()
79 SessionConfigurationUtils::getAppropriateModeTag( in getStreamConfigurations()
83 SessionConfigurationUtils::getAppropriateModeTag( in getStreamConfigurations()
162 getAppropriateModeTag(ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, in roundBufferDimensionNearest()
165 getAppropriateModeTag(ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, maxResolution); in roundBufferDimensionNearest()
167 getAppropriateModeTag(ANDROID_HEIC_AVAILABLE_HEIC_STREAM_CONFIGURATIONS, maxResolution); in roundBufferDimensionNearest()
168 const int32_t jpegRSizesTag = getAppropriateModeTag( in roundBufferDimensionNearest()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1261 SessionConfigurationUtils::getAppropriateModeTag( in deriveJpegRTags()
1263 const int32_t scalerMinFrameDurationsTag = SessionConfigurationUtils::getAppropriateModeTag( in deriveJpegRTags()
1266 SessionConfigurationUtils::getAppropriateModeTag( in deriveJpegRTags()
1270 SessionConfigurationUtils::getAppropriateModeTag( in deriveJpegRTags()
1273 SessionConfigurationUtils::getAppropriateModeTag( in deriveJpegRTags()
1276 SessionConfigurationUtils::getAppropriateModeTag( in deriveJpegRTags()
1437 SessionConfigurationUtils::getAppropriateModeTag( in addDynamicDepthTags()
1442 SessionConfigurationUtils::getAppropriateModeTag( in addDynamicDepthTags()
1446 SessionConfigurationUtils::getAppropriateModeTag( in addDynamicDepthTags()
1449 SessionConfigurationUtils::getAppropriateModeTag( in addDynamicDepthTags()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp87 SessionConfigurationUtils::getAppropriateModeTag( in setupStaticInfoLocked()
97 SessionConfigurationUtils::getAppropriateModeTag( in setupStaticInfoLocked()
222 SessionConfigurationUtils::getAppropriateModeTag(ANDROID_LENS_INTRINSIC_CALIBRATION, in updateCalibration()
225 SessionConfigurationUtils::getAppropriateModeTag(ANDROID_LENS_DISTORTION, in updateCalibration()
DCamera3Device.cpp492 camera3::SessionConfigurationUtils::getAppropriateModeTag( in getRawOpaqueBufferSize()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp785 static int32_t getAppropriateModeTag(int32_t tag, bool maximumResolution) { in getAppropriateModeTag() function
851 getAppropriateModeTag(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, in calculateAndSetCrop()
897 getAppropriateModeTag(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, in validateDngHeader()
902 getAppropriateModeTag(ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, isMaximumResolutionMode)); in validateDngHeader()
1307 getAppropriateModeTag(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, in DngCreator_setup()
1316 characteristics.find(getAppropriateModeTag(ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, in DngCreator_setup()
1851 getAppropriateModeTag(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, in DngCreator_setup()
1950 getAppropriateModeTag(ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, in DngCreator_setup()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp882 camera3::SessionConfigurationUtils::getAppropriateModeTag( in getSupportedDepthSizes()