Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/common/
Dvendor_tag_defs.h52 kVideoFpsThrottle, enumerator
257 {.tag_id = VendorTagIds::kVideoFpsThrottle,
/hardware/google/camera/common/hal/google_camera_hal/
Dvendor_tags.cc112 session_keys.push_back(VendorTagIds::kVideoFpsThrottle); in ModifyCharacteristicsKeys()
113 request_keys.push_back(VendorTagIds::kVideoFpsThrottle); in ModifyCharacteristicsKeys()
/hardware/google/camera/common/hal/utils/
Dutils.cc419 if (new_session->Get(kVideoFpsThrottle, &video_fps_throttle_entry) == OK) { in IsSessionParameterCompatible()