Searched refs:v_step (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c2412 int *v_total_min, int *v_total_max, int *v_step)
2425 *v_step = 4;
2436 *v_step = 5;
2443 *v_step = 4;
2454 *v_step = 6;
2470 int v_total_min, v_total_max, v_step; local in function:config_overscan_xy
2496 get_vtotal_min_max(vga_mode, tv_std, &v_total_min, &v_total_max, &v_step);
2511 v_offset = (g_specs.v_total - v_total_min + (v_step / 2)) / v_step;
2512 g_specs.v_total = v_total_min + v_offset * v_step;
2410 get_vtotal_min_max(unsigned long vga_mode,unsigned long tv_std,int * v_total_min,int * v_total_max,int * v_step) argument
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2183 int *v_step)
2197 *v_step = 4;
2209 *v_step = 5;
2216 *v_step = 4;
2228 *v_step = 6;
2244 int v_total_min, v_total_max, v_step; local in function:config_overscan_xy
2268 get_vtotal_min_max(vga_mode, tv_std, &v_total_min, &v_total_max, &v_step);
2283 v_offset = (g_specs.v_total - v_total_min + (v_step / 2)) / v_step;
2284 g_specs.v_total = v_total_min + v_offset * v_step;
2181 get_vtotal_min_max(unsigned long vga_mode,unsigned long tv_std,int * v_total_min,int * v_total_max,int * v_step) argument
[all...]

Completed in 8 milliseconds