Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dutils.cc257 int32_t old_max_fps = 0; in IsHighSpeedModeFpsCompatible() local
262 old_max_fps = ae_target_fps_entry.data.i32[1]; in IsHighSpeedModeFpsCompatible()
269 ALOGI("%s: HFR: old max fps: %d, new max fps: %d", __FUNCTION__, old_max_fps, in IsHighSpeedModeFpsCompatible()
272 if (new_max_fps == old_max_fps) { in IsHighSpeedModeFpsCompatible()
336 int32_t old_max_fps = old_entry.data.i32[1]; in IsSessionParameterCompatible() local
339 if (old_max_fps == new_max_fps) { in IsSessionParameterCompatible()
341 old_max_fps, new_min_fps, new_max_fps); in IsSessionParameterCompatible()