search for: numadaptor

Displaying 2 results from an estimated 2 matches for "numadaptor".

Did you mean: numadaptors
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...gt; { > XNextEvent(display, &xev); > } > while (xev.type != MapNotify || xev.xmap.event != window); > > gc = DefaultGC(display, screen); > > yuv_height = hheight; > yuv_width = hwidth; > > XvQueryAdaptors(display, RootWindow(display, screen), &numAdaptors, > &info); > for(i = 0; i < numAdaptors; i++) { > if(info[i].type & XvImageMask) { > /* Adaptor has XvImage support */ > formats = XvListImageFormats(display, info[i].base_id, > &numImages); > > for(j = 0; j &l...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...gt; { > XNextEvent(display, &xev); > } > while (xev.type != MapNotify || xev.xmap.event != window); > > gc = DefaultGC(display, screen); > > yuv_height = hheight; > yuv_width = hwidth; > > XvQueryAdaptors(display, RootWindow(display, screen), &numAdaptors, > &info); > for(i = 0; i < numAdaptors; i++) { > if(info[i].type & XvImageMask) { > /* Adaptor has XvImage support */ > formats = XvListImageFormats(display, info[i].base_id, > &numImages); > > for(j = 0; j &l...