Home | History | Annotate | Download | only in HAL

Lines Matching defs:maxVideoFPS

9507  *   @maxVideoFps: maximum configured fps range
9521 const float &maxVideoFps,
9531 level, minFPS, maxFPS, minVideoFps, maxVideoFps);
9539 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
9550 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
9575 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
9634 adjustedRange.video_max_fps = maxVideoFps / 1000.0f;
9656 * @maxVideoFPS : maximum configured video fps
9665 const float &minVideoFPS, const float &maxVideoFPS,
9673 maxVideoFPS,
9697 float minVideoFPS, maxVideoFPS;
9714 maxVideoFPS = hfrFpsRange.video_max_fps;
9717 maxVideoFPS = maxFPS;
9721 calcThermalLevel(level, minFPS, maxFPS, minVideoFPS, maxVideoFPS,