Searched refs:cBPP (Results 1 – 2 of 2) sorted by relevance
142 unsigned long cBPP; //14 member410 this->hidden->gxProperties.cBPP = g_RawFrameBufferInfo.wBPP; in FillStructs()442 if( this->hidden->gxProperties.cBPP != 16 ) in FillStructs()511 bpp = gapi->gxProperties.cBPP < 8 ? 16 : gapi->gxProperties.cBPP; in GAPI_VideoInit()525 bpp = gapi->gxProperties.cBPP < 8 ? 16 : gapi->gxProperties.cBPP; in GAPI_VideoInit()543 …t->BitsPerPixel = this->hidden->gxProperties.cBPP < 8 ? 16 : (unsigned char)this->hidden->gxProper… in GAPI_VideoInit()562 if ((this->hidden->gxProperties.ffFormat & kfDirect) && (this->hidden->gxProperties.cBPP < 8)) { in GAPI_VideoInit()569 this->hidden->invert = (1 << this->hidden->gxProperties.cBPP) - 1; in GAPI_VideoInit()570 …his->hidden->colorscale = this->hidden->gxProperties.cBPP < 8 ? 8 - this->hidden->gxProperties.cBP… in GAPI_VideoInit()754 printf("display bpp: %d\n", gapi->gxProperties.cBPP); in GAPI_SetVideoMode()[all …]
38 long cBPP; // # of bits in each pixel member