Home
last modified time | relevance | path

Searched refs:biCompression (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A 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()
153 av_log(s, AV_LOG_DEBUG, " biCompression:\t\"%.4s\"\n", 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 in vfw_read_header()
[all...]
H A Ddshow_common.c74 dstruct(s, bih, biCompression, "lu"); in dump_bih()
75 dshowdebug(" biCompression:\t\"%.4s\"\n", in dump_bih()
76 (char*) &bih->biCompression); in dump_bih()
H A Ddshow.c59 static enum AVPixelFormat dshow_pixfmt(DWORD biCompression, WORD biBitCount) in dshow_pixfmt() argument
61 switch(biCompression) { in dshow_pixfmt()
79 return avpriv_pix_fmt_find(PIX_FMT_LIST_RAW, biCompression); // all others in dshow_pixfmt()
737 fmt_info->pix_fmt = dshow_pixfmt(bih->biCompression, bih->biBitCount); in dshow_get_format_info()
740 fmt_info->codec_id = av_codec_get_id(tags, bih->biCompression); in dshow_get_format_info()
926 av_log(avctx, AV_LOG_INFO, " unknown compression type 0x%X", (int) bih->biCompression); in dshow_cycle_formats()
1580 par->codec_tag = bih->biCompression; in dshow_add_device()
1582 if (bih->biCompression == MKTAG('H', 'D', 'Y', 'C')) { in dshow_add_device()
1593 if (bih->biCompression == BI_RGB || bih->biCompression in dshow_add_device()
[all...]
H A Dgdigrab.c376 bmi.bmiHeader.biCompression = BI_RGB; in gdigrab_read_header()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A 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/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Pixmap.cpp36 bitmapInfo.bmiHeader.biCompression = BI_RGB; in initialize()
H A DWin32Window.cpp683 bitmapInfo.biCompression = BI_RGB; in takeScreenshot()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A 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/
H A DWin32SurfaceKHR.cpp148 bitmapInfo.bmiHeader.biCompression = BI_RGB; in lazyCreateFrameBuffer()
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp67 bmpInfo->bmiHeader.biCompression = BI_RGB; in resize()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c157 gdt->bmi.bmiHeader.biCompression = BI_RGB; in gdi_sw_displaytarget_create()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferGDI.cpp147 bitmapInfo.bmiHeader.biCompression = BI_RGB; in init()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp165 bitmapInfo.bmiHeader.biCompression = BI_RGB; in NativePixmap()
340 bitmapInfo.biCompression = BI_RGB; in readScreenPixels()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.cpp115 bmi.bmiHeader.biCompression = BI_RGB; in _Present()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c330 info.bmiHeader.biCompression = BI_RGB; in wsi_win32_image_init()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c526 bmih->biCompression = 0; in rpng_win_create_window()
H A Drpng2-win.c732 bmih->biCompression = 0;
/third_party/skia/gm/
H A Drasterhandleallocator.cpp193 hdr.biCompression = BI_RGB; // No compression. in Create()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DVisualPng.c752 pbmih->biCompression = 0;
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp520 info.bmiHeader.biCompression = BI_RGB; in draw()

Completed in 18 milliseconds