Home
last modified time | relevance | path

Searched refs:cBPP (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c142 unsigned long cBPP; //14 member
410 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 …]
DSDL_gapivideo.h38 long cBPP; // # of bits in each pixel member