Home
last modified time | relevance | path

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 Dutils.cc299 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 Dhal_utils.cc371 stream_config.session_params->Get(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in IsStreamHdrplusCompatible()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dformat_metadata_factory.cpp257 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in AddFormatComponents()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp474 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in initDefaultCharsKeys()
506 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in initDefaultCharsKeys()
H A DExternalCameraDeviceSession.cpp657 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 DEmulatedRequestState.cpp140 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 Dcamera_metadata_tags.h137 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, // int32[] | public | HIDL v3.2 enumerator
/aosp12/system/media/camera/src/
H A Dcamera_metadata_tag_info.c158 [ 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 Dtypes.hal234 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 DQCamera3HWI.cpp3314 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 DParameters.cpp2132 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 DCamera3Device.cpp4560 ANDROID_CONTROL_AE_TARGET_FPS_RANGE, in calculateMaxExpectedDuration()
4573 if (mConstrainedMode && (ANDROID_CONTROL_AE_TARGET_FPS_RANGE == tag) && in skipHFRTargetFPSUpdate()