Home
last modified time | relevance | path

Searched refs:biBitCount (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7638.patch15 biBitCount = 8
18biBitCount as a color depth to SDL_CreateRGBSurface(), thus 256-color pallete is allocated. But th…
31 biClrUsed = 1 << biBitCount;
32 + } else if ( biClrUsed > (1 << biBitCount) ) {
H A DCVE-2019-7635.patch51 + if ( 8 == biBitCount && palette && biClrUsed < (1 << biBitCount ) ) {
/OK3568_Linux_fs/kernel/scripts/
H A Dbmpconvert25 self.biBitCount = unpack("<h", self.file.read(2))[0]
43 if self.biBitCount == 16 and self.biCompression == 3:
48 if self.biBitCount == 24:
50 elif self.biBitCount == 16:
55 elif self.biBitCount == 8:
234 self.file.write(pack("<h", self.biBitCount)) # biBitCount
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_bmp.h74 RK_U16 biBitCount; member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.cpp37 u_int16_t biBitCount; member
57 qDebug()<<"biBitCount:"<<pBmpInforHead.biBitCount; in showBmpInforHead()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
329 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount); in winAllocateFBShadowGDI()
355 dibsection.dsBmih.biBitCount, (int) dibsection.dsBmih.biSizeImage); in winAllocateFBShadowGDI()
H A Dwincursor.c282 pbmi->bmiHeader.biBitCount = 8; in winLoadCursor()
H A Dwinwin32rootless.c682 (unsigned int) dibsection.dsBmih.biBitCount, in winMWExtWMStartDrawing()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_bmp.cpp134 Bpp = bmpInfo.bmiHeader.biBitCount/8; in load_bmp_ex()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c956 bmpHeader.biBitCount = draw->base.pDraw->bitsPerPixel; in glxWinDeferredCreateDrawable()
970 #define RASTERWIDTHBYTES(bmi) (((((bmi)->biWidth*(bmi)->biBitCount)+31)&~31)>>3) in glxWinDeferredCreateDrawable()