Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavformat/
Dcinedec.c96 …unsigned int version, compression, offImageHeader, offSetup, offImageOffsets, biBitCount, length, … in cine_read_header() local
136 biBitCount = avio_rl16(pb); in cine_read_header()
137 if (biBitCount != 8 && biBitCount != 16 && biBitCount != 24 && biBitCount != 48) { in cine_read_header()
138 avpriv_request_sample(avctx, "unsupported biBitCount %i", biBitCount); in cine_read_header()
203 if (biBitCount == 8) { in cine_read_header()
205 } else if (biBitCount == 16) { in cine_read_header()
207 } else if (biBitCount == 24) { in cine_read_header()
209 } else if (biBitCount == 48) { in cine_read_header()
212 avpriv_request_sample(avctx, "unsupported biBitCount %i", biBitCount); in cine_read_header()
218 if (biBitCount == 8) { in cine_read_header()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c119 Uint16 biBitCount = 0; in SDL_LoadBMP_RW() local
159 biBitCount = SDL_ReadLE16(src); in SDL_LoadBMP_RW()
166 biBitCount = SDL_ReadLE16(src); in SDL_LoadBMP_RW()
240 switch (biBitCount) { in SDL_LoadBMP_RW()
243 ExpandBMP = biBitCount; in SDL_LoadBMP_RW()
244 biBitCount = 8; in SDL_LoadBMP_RW()
258 switch (biBitCount) { in SDL_LoadBMP_RW()
300 SDL_CreateRGBSurface(0, biWidth, biHeight, biBitCount, Rmask, Gmask, in SDL_LoadBMP_RW()
310 SDL_assert(biBitCount <= 8); in SDL_LoadBMP_RW()
312 biClrUsed = 1 << biBitCount; in SDL_LoadBMP_RW()
[all …]
/third_party/ffmpeg/libavdevice/
Dvfwcap.c55 static enum AVPixelFormat vfw_pixfmt(DWORD biCompression, WORD biBitCount) in vfw_pixfmt() argument
65 switch(biBitCount) { /* 1-8 are untested */ in vfw_pixfmt()
151 dstruct(s, bih, biBitCount, "d"); in dump_bih()
256 WORD biBitCount; in vfw_read_header() local
348 bi->bmiHeader.biBitCount = 12; in vfw_read_header()
361 biBitCount = bi->bmiHeader.biBitCount; in vfw_read_header()
390 par->format = vfw_pixfmt(biCompression, biBitCount); in vfw_read_header()
398 par->bits_per_coded_sample = biBitCount; in vfw_read_header()
402 par->bits_per_coded_sample = biBitCount; in vfw_read_header()
Ddshow.c34 static enum AVPixelFormat dshow_pixfmt(DWORD biCompression, WORD biBitCount) in dshow_pixfmt() argument
39 switch(biBitCount) { /* 1-8 are untested */ in dshow_pixfmt()
369 enum AVPixelFormat pix_fmt = dshow_pixfmt(bih->biCompression, bih->biBitCount); in dshow_cycle_formats()
393 ctx->pixel_format != dshow_pixfmt(bih->biCompression, bih->biBitCount)) { in dshow_cycle_formats()
984 par->format = dshow_pixfmt(bih->biCompression, bih->biBitCount); in dshow_add_device()
998 par->bits_per_coded_sample = bih->biBitCount; in dshow_add_device()
1002 par->bits_per_coded_sample = bih->biBitCount; in dshow_add_device()
Dgdigrab.c362 bmi.bmiHeader.biBitCount = bpp; in gdigrab_read_header()
597 if (gdigrab->bmi.bmiHeader.biBitCount <= 8) in gdigrab_read_packet()
598 GetDIBColorTable(dest_hdc, 0, 1 << gdigrab->bmi.bmiHeader.biBitCount, in gdigrab_read_packet()
Ddshow_common.c73 dstruct(s, bih, biBitCount, "d"); in dump_bih()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c63 bpp = info->bmiHeader.biPlanes * info->bmiHeader.biBitCount; in WIN_CreateWindowFramebuffer()
76 info->bmiHeader.biBitCount = 32; in WIN_CreateWindowFramebuffer()
DSDL_windowsmodes.c150 } else if (bmi->bmiHeader.biBitCount == 8) { in WIN_UpdateDisplayMode()
152 } else if (bmi->bmiHeader.biBitCount == 4) { in WIN_UpdateDisplayMode()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c170 uint16_t biBitCount; member
258 bmih.biBitCount = 32; in debug_dump_float_rgba_bmp()
315 bmih.biBitCount = 32; in debug_dump_ubyte_rgba_bmp()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dbitmap.c44 uint16_t biBitCount; member
72 info_header->biBitCount = htole16(bpp); in create_info_header()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_screenshot.c63 bih.biBitCount = 32; in SaveBitmapToFile()
71 bmpsize = ((bitmap.bmWidth * bih.biBitCount + 31) / 32) * 4 * bitmap.bmHeight; in SaveBitmapToFile()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp35 bitmapInfo.bmiHeader.biBitCount = static_cast<WORD>(depth); in initialize()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp35 bitmapInfo.bmiHeader.biBitCount = static_cast<WORD>(depth); in initialize()
/third_party/flutter/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp66 bmpInfo->bmiHeader.biBitCount = 32; in resize()
/third_party/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp66 bmpInfo->bmiHeader.biBitCount = 32; in resize()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp164 bitmapInfo.bmiHeader.biBitCount = bitDepth; in NativePixmap()
339 bitmapInfo.biBitCount = 32; in readScreenPixels()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp144 bitmapInfo.bmiHeader.biBitCount = 32; in lazyCreateFrameBuffer()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c156 gdt->bmi.bmiHeader.biBitCount = bpp; in gdi_sw_displaytarget_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp143 bitmapInfo.bmiHeader.biBitCount = 32; in init()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgi.cpp114 bmi.bmiHeader.biBitCount = 32; in _Present()
/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp193 hdr.biBitCount = 32; in Create()
/third_party/skia/gm/
Drasterhandleallocator.cpp192 hdr.biBitCount = 32; in Create()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c525 bmih->biBitCount = 24; in rpng_win_create_window()
/third_party/libpng/contrib/gregbook/
Drpng-win.c525 bmih->biBitCount = 24; in rpng_win_create_window()
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowvideodec.cpp686 input_vheader->bmiHeader.biBitCount = 16; in gst_dshowvideodec_sink_setcaps()
689 (vdec->width * vdec->height) * (input_vheader->bmiHeader.biBitCount / 8); in gst_dshowvideodec_sink_setcaps()

12