Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86gtf.c114 float total_v_lines; in xf86GTFMode() local
223 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp + in xf86GTFMode()
231 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0; in xf86GTFMode()
245 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0; in xf86GTFMode()
369 mode->VTotal = (int) (total_v_lines); in xf86GTFMode()
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c279 float total_v_lines; in vert_refresh() local
407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp + in vert_refresh()
410 print_value(10, "[TOTAL V LINES]", total_v_lines); in vert_refresh()
417 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0; in vert_refresh()
435 v_field_rate = 1.0 / h_period / total_v_lines * 1000000.0; in vert_refresh()
585 m->vfl = (int) (total_v_lines); in vert_refresh()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1699 u32 total_v_lines; in valid_cvt_gtf_timings() local
1707 total_v_lines = V4L2_DV_BT_FRAME_HEIGHT(bt); in valid_cvt_gtf_timings()
1712 if (v4l2_detect_cvt(total_v_lines, h_freq, bt->vsync, bt->width, in valid_cvt_gtf_timings()
1723 if (v4l2_detect_gtf(total_v_lines, h_freq, bt->vsync, in valid_cvt_gtf_timings()