Home
last modified time | relevance | path

Searched refs:biCompression (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ffmpeg/libavdevice/
Dvfwcap.c55 static enum AVPixelFormat vfw_pixfmt(DWORD biCompression, WORD biBitCount) in vfw_pixfmt() argument
57 switch(biCompression) { in vfw_pixfmt()
83 static enum AVCodecID vfw_codecid(DWORD biCompression) in vfw_codecid() argument
85 switch(biCompression) { in vfw_codecid()
152 dstruct(s, bih, biCompression, "lu"); in dump_bih()
154 (char*) &bih->biCompression); in dump_bih()
255 DWORD biCompression; in vfw_read_header() local
349 bi->bmiHeader.biCompression = MKTAG('I','4','2','0'); in vfw_read_header()
360 biCompression = bi->bmiHeader.biCompression; in vfw_read_header()
390 par->format = vfw_pixfmt(biCompression, biBitCount); in vfw_read_header()
[all …]
Ddshow.c34 static enum AVPixelFormat dshow_pixfmt(DWORD biCompression, WORD biBitCount) in dshow_pixfmt() argument
36 switch(biCompression) { in dshow_pixfmt()
54 return avpriv_find_pix_fmt(avpriv_get_raw_pix_fmt_tags(), biCompression); // all others in dshow_pixfmt()
369 enum AVPixelFormat pix_fmt = dshow_pixfmt(bih->biCompression, bih->biBitCount); in dshow_cycle_formats()
371 enum AVCodecID codec_id = av_codec_get_id(tags, bih->biCompression); in dshow_cycle_formats()
374 … av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression); in dshow_cycle_formats()
389 if (ctx->video_codec_id != av_codec_get_id(tags, bih->biCompression)) in dshow_cycle_formats()
393 ctx->pixel_format != dshow_pixfmt(bih->biCompression, bih->biBitCount)) { in dshow_cycle_formats()
983 par->codec_tag = bih->biCompression; in dshow_add_device()
984 par->format = dshow_pixfmt(bih->biCompression, bih->biBitCount); in dshow_add_device()
[all …]
Ddshow_common.c74 dstruct(s, bih, biCompression, "lu"); in dump_bih()
76 (char*) &bih->biCompression); in dump_bih()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c120 Uint32 biCompression = 0; in SDL_LoadBMP_RW() local
160 biCompression = BI_RGB; in SDL_LoadBMP_RW()
167 biCompression = SDL_ReadLE32(src); in SDL_LoadBMP_RW()
177 if (biCompression == BI_BITFIELDS) { in SDL_LoadBMP_RW()
191 if (biCompression == BI_BITFIELDS) { in SDL_LoadBMP_RW()
252 switch (biCompression) { in SDL_LoadBMP_RW()
482 Uint32 biCompression; in SDL_SaveBMP_RW() local
580 biCompression = BI_RGB; in SDL_SaveBMP_RW()
594 biCompression = BI_BITFIELDS; in SDL_SaveBMP_RW()
612 SDL_WriteLE32(dst, biCompression); in SDL_SaveBMP_RW()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.c59 if (info->bmiHeader.biCompression == BI_BITFIELDS) { in WIN_CreateWindowFramebuffer()
77 info->bmiHeader.biCompression = BI_RGB; in WIN_CreateWindowFramebuffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c171 uint32_t biCompression; member
259 bmih.biCompression = 0; in debug_dump_float_rgba_bmp()
316 bmih.biCompression = 0; in debug_dump_ubyte_rgba_bmp()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp71 (newvh->bmiHeader.biCompression == curvh->bmiHeader.biCompression) && in CheckMediaType()
140 guint32 fourcc = vh->bmiHeader.biCompression; in CopyToDestinationBuffer()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp36 bitmapInfo.bmiHeader.biCompression = BI_RGB; in initialize()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
DWin32Pixmap.cpp36 bitmapInfo.bmiHeader.biCompression = BI_RGB; in initialize()
/third_party/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp67 bmpInfo->bmiHeader.biCompression = BI_RGB; in resize()
/third_party/flutter/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp67 bmpInfo->bmiHeader.biCompression = BI_RGB; in resize()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp165 bitmapInfo.bmiHeader.biCompression = BI_RGB; in NativePixmap()
340 bitmapInfo.biCompression = BI_RGB; in readScreenPixels()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdbmp.c444 unsigned int biCompression; in start_input_bmp() local
499 biCompression = GET_4B(bmpinfoheader, 16); in start_input_bmp()
520 if (biCompression != 0) in start_input_bmp()
/third_party/libjpeg-turbo/
Drdbmp.c444 unsigned int biCompression; in start_input_bmp() local
499 biCompression = GET_4B(bmpinfoheader, 16); in start_input_bmp()
520 if (biCompression != 0) in start_input_bmp()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdbmp.c432 unsigned int biCompression; in start_input_bmp() local
489 biCompression = GET_4B(bmpinfoheader, 16); in start_input_bmp()
508 if (biCompression != 0) in start_input_bmp()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp148 bitmapInfo.bmiHeader.biCompression = BI_RGB; in lazyCreateFrameBuffer()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dbitmap.c45 uint32_t biCompression; member
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c157 gdt->bmi.bmiHeader.biCompression = BI_RGB; in gdi_sw_displaytarget_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp147 bitmapInfo.bmiHeader.biCompression = BI_RGB; in init()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_screenshot.c64 bih.biCompression = BI_RGB; in SaveBitmapToFile()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgi.cpp115 bmi.bmiHeader.biCompression = BI_RGB; in _Present()
/third_party/flutter/skia/gm/
Drasterhandleallocator.cpp194 hdr.biCompression = BI_RGB; // No compression. in Create()
/third_party/skia/gm/
Drasterhandleallocator.cpp193 hdr.biCompression = BI_RGB; // No compression. in Create()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c526 bmih->biCompression = 0; in rpng_win_create_window()
/third_party/libpng/contrib/gregbook/
Drpng-win.c526 bmih->biCompression = 0; in rpng_win_create_window()

12