Home | History | Annotate | Download | only in HAL

Lines Matching defs:maxVideoFPS

8605  *   @maxVideoFps: maximum configured fps range
8618 const float &maxVideoFps,
8627 level, minFPS, maxFPS, minVideoFps, maxVideoFps);
8635 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
8646 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
8671 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
8739 * @maxVideoFPS : maximum configured video fps
8747 const float &minVideoFPS, const float &maxVideoFPS,
8755 maxVideoFPS,
8778 float minVideoFPS, maxVideoFPS;
8798 maxVideoFPS = hfrFpsRange.video_max_fps;
8801 maxVideoFPS = maxFPS;
8804 calcThermalLevel(level, minFPS, maxFPS, minVideoFPS, maxVideoFPS,