Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-dv-timings.c452 unsigned hfreq, in v4l2_detect_cvt() argument
484 if (hfreq == 0) in v4l2_detect_cvt()
491 v_fp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
498 v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; in v4l2_detect_cvt()
506 v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync; in v4l2_detect_cvt()
558 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
568 100 * CVT_C_PRIME - (CVT_M_PRIME * 100000) / hfreq; in v4l2_detect_cvt()
578 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
670 unsigned hfreq, in v4l2_detect_gtf() argument
693 if (hfreq == 0) in v4l2_detect_gtf()
[all …]
/linux-4.19.296/include/media/
Dv4l2-dv-timings.h144 bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync,
168 bool v4l2_detect_gtf(unsigned frame_height, unsigned hfreq, unsigned vsync,