Searched refs:biWidth (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgdivideorenderer.cc120 bmi_.bmiHeader.biWidth = width;
140 } else if (width != bmi_.bmiHeader.biWidth ||
188 bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight)) {
191 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false);
202 0, 0, bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, // source rect
225 if (frame_changed && (width != bmi_.bmiHeader.biWidth ||
228 bmi_.bmiHeader.biWidth = width;
242 bmi_.bmiHeader.biWidth * 4);
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdbmp.c290 INT32 biWidth; local
322 biWidth = (INT32) GET_2B(bmpinfoheader,4);
330 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
333 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
344 biWidth = GET_4B(bmpinfoheader,4);
357 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
360 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
363 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
384 if (biWidth <= 0 || biHeight <= 0)
417 row_width = (JDIMENSION) (biWidth *
[all...]
/external/chromium_org/media/video/capture/win/
H A Dsink_input_pin_win.cc52 pvi->bmiHeader.biWidth = requested_format_.frame_size.width();
62 pvi->bmiHeader.biWidth = requested_format_.frame_size.width();
71 pvi->bmiHeader.biWidth = requested_format_.frame_size.width();
103 resulting_format_.frame_size.SetSize(pvi->bmiHeader.biWidth,
/external/jpeg/
H A Drdbmp.c254 INT32 biWidth = 0; /* initialize to avoid compiler warning */ local
286 biWidth = (INT32) GET_2B(bmpinfoheader,4);
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
310 biWidth = GET_4B(bmpinfoheader,4);
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
377 row_width = (JDIMENSION) (biWidth * 3);
379 row_width = (JDIMENSION) biWidth;
396 (JDIMENSION) (biWidth *
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdbmp.c254 INT32 biWidth = 0; /* initialize to avoid compiler warning */ local
286 biWidth = (INT32) GET_2B(bmpinfoheader,4);
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
310 biWidth = GET_4B(bmpinfoheader,4);
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
377 row_width = (JDIMENSION) (biWidth * 3);
379 row_width = (JDIMENSION) biWidth;
396 (JDIMENSION) (biWidth *
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc101 pvi->bmiHeader.biWidth = _requestedCapability.width;
112 pvi->bmiHeader.biWidth = _requestedCapability.width;
123 pvi->bmiHeader.biWidth = _requestedCapability.width;
134 pvi->bmiHeader.biWidth = _requestedCapability.width;
145 pvi->bmiHeader.biWidth = _requestedCapability.width;
191 _resultingCapability.width = pvi->bmiHeader.biWidth;
207 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight,
260 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight,
263 _resultingCapability.width = pvi->bmiHeader.biWidth;
H A Ddevice_info_ds.cc538 capability.width = h->bmiHeader.biWidth;
548 capability.width = h->bmiHeader.biWidth;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c73 Sint32 biWidth; local
113 biWidth = (Uint32)SDL_ReadLE16(src);
124 biWidth = SDL_ReadLE32(src);
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
265 bmpPitch = (biWidth + 7) >> 3;
269 bmpPitch = (biWidth + 1) >> 1;
376 Sint32 biWidth; local
458 biWidth = surface->w;
475 SDL_WriteLE32(dst, biWidth);
/external/chromium_org/base/debug/
H A Dgdi_debug_util_win.cc72 LONG width = header->biWidth;
118 header->biWidth = 5;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp26 pbmih->biWidth = pBitmap->GetWidth();
54 int width = pbmi->bmiHeader.biWidth;
205 int width = bmih.biWidth;
233 pbmih->bmiHeader.biWidth = bmih.biWidth;
234 if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 ? FXDIB_1bppRgb : FXDIB_8bppRgb)) {
252 if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 24 ? FXDIB_Rgb : FXDIB_Rgb32)) {
291 bmih.biWidth = width;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_frame_win.cc40 bmi.bmiHeader.biWidth = size.width();
/external/chromium_org/ui/gfx/
H A Dgdi_util.cc20 hdr->biWidth = width;
53 hdr->biWidth = width;
/external/chromium_org/ui/views/corewm/
H A Dcursor_height_provider_win.cc96 (bitmap_info.bmiHeader.biWidth % kBitsPeruint32);
103 (bitmap_info.bmiHeader.biWidth + kBitsPeruint32 - 1) / kBitsPeruint32;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.cpp207 if (!m_parent->setSize(m_infoHeader.biWidth, m_infoHeader.biHeight))
243 m_infoHeader.biWidth = readUint16(4);
250 m_infoHeader.biWidth = readUint32(4);
307 if ((m_infoHeader.biWidth <= 0) || !m_infoHeader.biHeight)
389 if ((m_infoHeader.biWidth >= (1 << 16)) || (m_infoHeader.biHeight >= (1 << 16)))
H A DBMPImageReader.h107 int32_t biWidth; member in struct:blink::BMPImageReader::BitmapInfoHeader
/external/qemu/android/camera/
H A Dcamera-capture-windows.c339 if (wcd->frame_bitmap->bmiHeader.biWidth != frame_width ||
342 wcd->frame_bitmap->bmiHeader.biWidth = frame_width;
443 if (wcd->frame_bitmap->bmiHeader.biWidth != bitmap.bmWidth ||
447 wcd->frame_bitmap->bmiHeader.biWidth,
504 (const char*)&wcd->pixel_format, wcd->frame_bitmap->bmiHeader.biWidth,
569 wcd->frame_bitmap->bmiHeader.biWidth,
635 wcd->frame_bitmap->bmiHeader.biWidth,
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc252 int width = bmi.bmiHeader.biWidth;
287 int thumb_width = bmi.bmiHeader.biWidth / 4;
293 0, 0, bmi.bmiHeader.biWidth, -bmi.bmiHeader.biHeight,
591 bmi_.bmiHeader.biWidth = width;
606 bmi_.bmiHeader.biWidth = width;
624 bmi_.bmiHeader.biWidth *
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c69 Sint32 biWidth;
107 icon_win32->biWidth = icon->w;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c152 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c152 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp147 bitmapInfo.bmiHeader.biWidth = width;
319 bitmapInfo.biWidth = width;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.c574 int32_t biWidth; member in struct:bmp_info_header
660 bmih.biWidth = width;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c574 int32_t biWidth; member in struct:bmp_info_header
660 bmih.biWidth = width;
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_win.cc30 hdr.biWidth = width;
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Davi_file.h55 uint32_t biWidth; member in struct:webrtc::BITMAPINFOHEADER

Completed in 844 milliseconds

123