Searched refs:Bpp_fbuffer (Results 1 – 3 of 3) sorted by relevance
/dports/multimedia/fxtv/fxtv-1.03/ |
H A D | xutil.c | 506 TV_INT32 *Bpp_fbuffer ) in XUTILGetVisualBpp() argument 511 TV_INT32 Bpp_fbuffer; in XUTILGetVisualBpp() member 552 Vlist[i].Bpp_fbuffer = Bpp; in XUTILGetVisualBpp() 559 Vlist[i].Bpp_fbuffer = App_res.Bpp_24bit; in XUTILGetVisualBpp() 561 Vlist[i].Bpp_fbuffer = App_res.Bpp_32bit; in XUTILGetVisualBpp() 565 if ( Bpp_fbuffer ) in XUTILGetVisualBpp() 566 *Bpp_fbuffer = Vlist[i].Bpp_fbuffer; in XUTILGetVisualBpp() 1514 Bpp_fbuffer; in XUTILDetermineFrameBufferVisual() local 1516 XUTILGetVisualBpp( display, &visual[i], &Bpp_pixmap, &Bpp_fbuffer ); in XUTILDetermineFrameBufferVisual() 1520 ( Bpp_fbuffer > Bpp_fbuffer_best )) ) { in XUTILDetermineFrameBufferVisual() [all …]
|
H A D | xutil.h | 82 TV_INT32 *Bpp_fbuffer );
|
H A D | tvscreen.c | 568 Bpp_fbuffer; in TVSCREENInit() local 571 XUTILGetVisualBpp( TVDISPLAY, v, &Bpp_pixmap, &Bpp_fbuffer ); in TVSCREENInit() 619 rank, visual_classes[ v->class ], v->depth, Bpp_pixmap, Bpp_fbuffer, in TVSCREENInit() 942 Bpp_fbuffer; in TVSCREENGetCapturePixGeom() local 950 XUTILGetVisualBpp( TVDISPLAY, v, &Bpp_pixmap, &Bpp_fbuffer ); in TVSCREENGetCapturePixGeom() 952 pix_geom->Bpp = (direct_vid ? Bpp_fbuffer : Bpp_pixmap ); in TVSCREENGetCapturePixGeom()
|