Home
last modified time | relevance | path

Searched refs:max_fps (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c109 dbg->max_fps, in format_ctx()
235 dbg->max_fps = (u32)div; in hva_dbg_perf_compute()
237 dbg->max_fps = 0; in hva_dbg_perf_compute()
H A Dhva.h169 * @max_fps: maximum frames encoded per second (in 0.1Hz)
194 u32 max_fps; member
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c109 dbg->max_fps, in format_ctx()
235 dbg->max_fps = (u32)div; in hva_dbg_perf_compute()
237 dbg->max_fps = 0; in hva_dbg_perf_compute()
H A Dhva.h169 * @max_fps: maximum frames encoded per second (in 0.1Hz)
194 u32 max_fps; member
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H A Dtw686x-video.c364 static unsigned int tw686x_real_fps(unsigned int index, unsigned int max_fps) in tw686x_real_fps() argument
369 return max_fps; in tw686x_real_fps()
371 mask = GENMASK(max_fps - 1, 0); in tw686x_real_fps()
375 static unsigned int tw686x_fps_idx(unsigned int fps, unsigned int max_fps) in tw686x_fps_idx() argument
381 idx = (12 + 15 * fps) / max_fps; in tw686x_fps_idx()
388 real_fps = tw686x_real_fps(idx, max_fps); in tw686x_fps_idx()
923 int max_fps = TW686X_MAX_FPS(vc->video_standard); in tw686x_enum_frameintervals() local
924 int max_rates = DIV_ROUND_UP(max_fps, 2); in tw686x_enum_frameintervals()
934 ival->discrete.denominator = max_fps; in tw686x_enum_frameintervals()
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H A Dtw686x-video.c363 static unsigned int tw686x_real_fps(unsigned int index, unsigned int max_fps) in tw686x_real_fps() argument
368 return max_fps; in tw686x_real_fps()
370 mask = GENMASK(max_fps - 1, 0); in tw686x_real_fps()
374 static unsigned int tw686x_fps_idx(unsigned int fps, unsigned int max_fps) in tw686x_fps_idx() argument
380 idx = (12 + 15 * fps) / max_fps; in tw686x_fps_idx()
387 real_fps = tw686x_real_fps(idx, max_fps); in tw686x_fps_idx()
920 int max_fps = TW686X_MAX_FPS(vc->video_standard); in tw686x_enum_frameintervals() local
921 int max_rates = DIV_ROUND_UP(max_fps, 2); in tw686x_enum_frameintervals()
931 ival->discrete.denominator = max_fps; in tw686x_enum_frameintervals()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9m111.c224 unsigned int max_fps; member
259 .max_fps = 8,
268 .max_fps = 15,
277 .max_fps = 30,
730 unsigned int fps = mt9m111_mode_data[i].max_fps; in mt9m111_find_mode()
1091 if (mode->max_fps != fps) { in mt9m111_s_frame_interval()
1092 fract->denominator = mode->max_fps; in mt9m111_s_frame_interval()
1327 mt9m111->frame_interval.denominator = mt9m111->current_mode->max_fps; in mt9m111_probe()
H A Dmt9v111.c732 unsigned int max_fps; in mt9v111_s_frame_interval() local
752 max_fps = 90; in mt9v111_s_frame_interval()
755 max_fps = 60; in mt9v111_s_frame_interval()
757 max_fps = mt9v111->sysclk < in mt9v111_s_frame_interval()
761 if (fps > max_fps) { in mt9v111_s_frame_interval()
H A Dov5695.c88 u32 max_fps; member
647 .max_fps = 30,
656 .max_fps = 30,
665 .max_fps = 60,
674 .max_fps = 30,
683 .max_fps = 120,
H A Dimx274.c166 * @max_fps: Maximum frames per second
175 int max_fps; member
452 .max_fps = 60,
461 .max_fps = 120,
470 .max_fps = 120,
1744 if (req_frame_rate > priv->mode->max_fps) { in imx274_set_frame_interval()
1746 frame_interval.denominator = priv->mode->max_fps; in imx274_set_frame_interval()
H A Dov5640.c195 u32 max_fps; member
1542 if (ov5640_framerates[fr] > ov5640_framerates[mode->max_fps]) in ov5640_find_mode()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmt9m111.c223 unsigned int max_fps; member
258 .max_fps = 8,
267 .max_fps = 15,
276 .max_fps = 30,
729 unsigned int fps = mt9m111_mode_data[i].max_fps; in mt9m111_find_mode()
1090 if (mode->max_fps != fps) { in mt9m111_s_frame_interval()
1091 fract->denominator = mode->max_fps; in mt9m111_s_frame_interval()
1328 mt9m111->frame_interval.denominator = mt9m111->current_mode->max_fps; in mt9m111_probe()
H A Dmt9v111.c732 unsigned int max_fps; in mt9v111_s_frame_interval() local
752 max_fps = 90; in mt9v111_s_frame_interval()
755 max_fps = 60; in mt9v111_s_frame_interval()
757 max_fps = mt9v111->sysclk < in mt9v111_s_frame_interval()
761 if (fps > max_fps) { in mt9v111_s_frame_interval()
H A Dov5695.c88 u32 max_fps; member
647 .max_fps = 30,
656 .max_fps = 30,
665 .max_fps = 60,
674 .max_fps = 30,
683 .max_fps = 120,
H A Dov5640.c403 u32 max_fps; member
737 .max_fps = OV5640_30_FPS,
782 .max_fps = OV5640_30_FPS,
827 .max_fps = OV5640_30_FPS,
872 .max_fps = OV5640_60_FPS,
916 .max_fps = OV5640_30_FPS,
960 .max_fps = OV5640_30_FPS,
1003 .max_fps = OV5640_30_FPS,
1046 .max_fps = OV5640_30_FPS,
1091 .max_fps
[all...]
H A Dimx274.c170 * @max_fps: Maximum frames per second
180 int max_fps; member
498 .max_fps = 60,
508 .max_fps = 120,
518 .max_fps = 120,
528 .max_fps = 120,
1863 if (req_frame_rate > priv->mode->max_fps) { in imx274_set_frame_interval()
1865 frame_interval.denominator = priv->mode->max_fps; in imx274_set_frame_interval()
H A Dov4689.c78 u32 max_fps; member
223 .max_fps = 30,
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
H A Dbdisp-debug.c590 int avg_fps, min_fps, max_fps, last_fps; in perf_show() local
609 max_fps = 0; in perf_show()
611 max_fps = SECOND / (s32)bdisp->dbg.max_duration; in perf_show()
623 bdisp->dbg.max_duration, max_fps); in perf_show()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-debug.c590 int avg_fps, min_fps, max_fps, last_fps; in perf_show() local
609 max_fps = 0; in perf_show()
611 max_fps = SECOND / (s32)bdisp->dbg.max_duration; in perf_show()
623 bdisp->dbg.max_duration, max_fps); in perf_show()

Completed in 33 milliseconds