Home
last modified time | relevance | path

Searched refs:aeTargetFpsRange (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHWI_Metatags.cpp669 static const int32_t aeTargetFpsRange[2] = { in constructDefaultRequest() local
672 ADD_OR_SIZE(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, aeTargetFpsRange, 2); in constructDefaultRequest()
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp620 int32_t aeTargetFpsRange[2] = { in constructDefaultRequestSettings() local
624 aeTargetFpsRange[0] = 30; in constructDefaultRequestSettings()
626 settings.update(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, aeTargetFpsRange, 2); in constructDefaultRequestSettings()
DEmulatedFakeCamera2.cpp2598 static const int32_t aeTargetFpsRange[2] = { in constructDefaultRequest() local
2601 ADD_OR_SIZE(ANDROID_CONTROL_AE_TARGET_FPS_RANGE, aeTargetFpsRange, 2); in constructDefaultRequest()