Searched refs:getAppropriateModeTag (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtilsHost.h | 27 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution = false);
|
D | SessionConfigurationUtilsHost.cpp | 23 int32_t getAppropriateModeTag(int32_t defaultTag, bool maxResolution) { in getAppropriateModeTag() function
|
D | SessionConfigurationUtils.cpp | 71 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/ |
D | CameraProviderManager.cpp | 1261 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/ |
D | DistortionMapper.cpp | 87 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()
|
D | Camera3Device.cpp | 492 camera3::SessionConfigurationUtils::getAppropriateModeTag( in getRawOpaqueBufferSize()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 785 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/ |
D | DepthCompositeStream.cpp | 882 camera3::SessionConfigurationUtils::getAppropriateModeTag( in getSupportedDepthSizes()
|