Searched refs:ANDROID_CONTROL_AE_TARGET_FPS_RANGE (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | utils.cc | 299 if (old_session->Get(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in IsHighSpeedModeFpsCompatible() 303 if (new_session->Get(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in IsHighSpeedModeFpsCompatible() 327 if (new_session->Get(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, &entry) == OK) { in IsSessionParameterCompatible() 369 if (new_entry.tag == ANDROID_CONTROL_AE_TARGET_FPS_RANGE) { in IsSessionParameterCompatible()
|
H A D | hal_utils.cc | 371 stream_config.session_params->Get(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in IsStreamHdrplusCompatible()
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | format_metadata_factory.cpp | 257 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in AddFormatComponents()
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraDevice.cpp | 474 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in initDefaultCharsKeys() 506 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in initDefaultCharsKeys()
|
H A D | ExternalCameraDeviceSession.cpp | 657 camera_metadata_entry fpsRange = mLatestReqSetting.find(ANDROID_CONTROL_AE_TARGET_FPS_RANGE); in processOneCaptureRequest() 2529 UPDATE(md, ANDROID_CONTROL_AE_TARGET_FPS_RANGE, defaultFpsRange, ARRAY_SIZE(defaultFpsRange)); in initDefaultRequests()
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedRequestState.cpp | 140 ret = request_settings_->Get(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, &entry); in DoFakeAE() 863 result->result_metadata->Set(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, fps_range, in InitializeResult() 1679 if (available_requests_.find(ANDROID_CONTROL_AE_TARGET_FPS_RANGE) == in InitializeControlDefaults() 1686 if (available_results_.find(ANDROID_CONTROL_AE_TARGET_FPS_RANGE) == in InitializeControlDefaults() 2018 default_requests_[idx]->Set(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in InitializeControlDefaults()
|
/aosp12/system/media/camera/include/system/ |
H A D | camera_metadata_tags.h | 137 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, // int32[] | public | HIDL v3.2 enumerator
|
/aosp12/system/media/camera/src/ |
H A D | camera_metadata_tag_info.c | 158 [ ANDROID_CONTROL_AE_TARGET_FPS_RANGE - ANDROID_CONTROL_START ] = 1062 case ANDROID_CONTROL_AE_TARGET_FPS_RANGE: { in camera_metadata_enum_snprint() 3617 case ANDROID_CONTROL_AE_TARGET_FPS_RANGE: { in camera_metadata_enum_value()
|
/aosp12/hardware/interfaces/camera/metadata/3.2/ |
H A D | types.hal | 234 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, 339 * <p>List of frame rate ranges for ANDROID_CONTROL_AE_TARGET_FPS_RANGE supported by 342 * @see ANDROID_CONTROL_AE_TARGET_FPS_RANGE
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3HWI.cpp | 3314 if (meta.exists(ANDROID_CONTROL_AE_TARGET_FPS_RANGE)) { in configureStreamsPerfLocked() 3318 (int32_t) meta.find(ANDROID_CONTROL_AE_TARGET_FPS_RANGE).data.i32[1]; in configureStreamsPerfLocked() 7442 camMetadata.update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in translateFromHalMetadata() 10898 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, QCAMERA3_INSTANT_AEC_MODE, QCAMERA3_USE_AV_TIMER, in initStaticMetadata() 10910 ANDROID_CONTROL_AE_REGIONS, ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in initStaticMetadata() 12287 settings.update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, fps_range, 2); in translateCapabilityToMetadata() 12512 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in calculateMaxExpectedDuration() 12913 settings.find(ANDROID_CONTROL_AE_TARGET_FPS_RANGE).data.i32[0]; in setHalFpsRange() 12915 settings.find(ANDROID_CONTROL_AE_TARGET_FPS_RANGE).data.i32[1]; in setHalFpsRange() 13222 if (frame_settings.exists(ANDROID_CONTROL_AE_TARGET_FPS_RANGE)) { in translateFwkMetadataToHalMetadata()
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | Parameters.cpp | 2132 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in updateRequest() 2136 res = request->update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in updateRequest()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3Device.cpp | 4560 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in calculateMaxExpectedDuration() 4573 if (mConstrainedMode && (ANDROID_CONTROL_AE_TARGET_FPS_RANGE == tag) && in skipHFRTargetFPSUpdate()
|