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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_videostr.h109 int modeflags; /* Flags field of current display mode */ member in struct:__anoncc78517f0108
H A Dsis_video.c1442 int modeflags = pOverlay->currentmode->Flags; local in function:calc_scale_factor
1471 if((modeflags & V_DBLSCAN) && !flag2) {
1478 } else if(modeflags & V_INTERLACE) {
1612 int modeflags = pOverlay->currentmode2->Flags; local in function:calc_scale_factor_2
1628 if((modeflags & V_DBLSCAN) && !flag2) {
1636 if(modeflags & V_INTERLACE) {
2319 int modeflags, totalPixels, confactor, sample, watchdog = 0; local in function:set_overlay
2325 modeflags = pOverlay->currentmode2->Flags;
2335 modeflags = pOverlay->currentmode->Flags;
2362 if( (modeflags
[all...]

Completed in 5 milliseconds