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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c2472 int vga_pixels, pre_pixels; local in function:config_overscan_xy
2563 vga_pixels = g_specs.vga_width;
2564 if (1024 == vga_pixels)
2565 vga_pixels /= 2;
2567 /*maximum scaling coefficient is tv_width / vga_pixels */
2569 hscale_max = (720.0f / vga_pixels);
2614 /*pre_pixels = (htotal - hsync) * (vga_pixels / vga_width) */
2619 (int)((long)(g_specs.h_total - g_specs.h_sync) * vga_pixels /
2621 iho_max = (2 * pre_pixels) - ((int)(720.0f / hscale + 0.5f) - vga_pixels);
2637 ihw = fsmin(vga_pixels
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2246 int vga_pixels, pre_pixels; local in function:config_overscan_xy
2334 vga_pixels = g_specs.vga_width;
2335 if (1024 == vga_pixels)
2336 vga_pixels /= 2;
2338 /* maximum scaling coefficient is tv_width / vga_pixels */
2341 hscale_max = (720.0f / vga_pixels);
2385 /* pre_pixels = (htotal - hsync) * (vga_pixels / vga_width) */
2392 g_specs.h_sync) * vga_pixels / g_specs.vga_width);
2393 iho_max = (2 * pre_pixels) - ((int) (720.0f / hscale + 0.5f) - vga_pixels);
2407 ihw = fsmin(vga_pixels
[all...]

Completed in 9 milliseconds