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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c380 int vga_width; member in struct:_S_TIMING_SPECS
2151 g_specs.vga_width = 0;
2157 g_specs.vga_width = vgaparams[i].width;
2563 vga_pixels = g_specs.vga_width;
2602 /*place hsync 40 before halfway from vga_width to htotal */
2603 /*but not less than vga_width + 10 */
2605 fsmax((g_specs.h_total + g_specs.vga_width) / 2 - 40,
2606 g_specs.vga_width + 10);
2614 /*pre_pixels = (htotal - hsync) * (vga_pixels / vga_width) */
2620 g_specs.vga_width);
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c249 int vga_width; member in struct:_S_TIMING_SPECS
1916 g_specs.vga_width = 0;
1922 g_specs.vga_width = vgaparams[i].width;
2334 vga_pixels = g_specs.vga_width;
2373 /* place hsync 40 before halfway from vga_width to htotal */
2374 /* but not less than vga_width + 10 */
2376 fsmax((g_specs.h_total + g_specs.vga_width) / 2 - 40,
2377 g_specs.vga_width + 10);
2385 /* pre_pixels = (htotal - hsync) * (vga_pixels / vga_width) */
2392 g_specs.h_sync) * vga_pixels / g_specs.vga_width);
[all...]

Completed in 9 milliseconds