Home
last modified time | relevance | path

Searched refs:biWidth (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc122 bmi_.bmiHeader.biWidth = width; in VideoWindow()
142 } else if (width != bmi_.bmiHeader.biWidth || in SetSize()
197 bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight)) { in Initialize()
200 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false); in Initialize()
211 0, 0, bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, // source rect in OnPaint()
234 if (frame_changed && (width != bmi_.bmiHeader.biWidth || in OnSize()
237 bmi_.bmiHeader.biWidth = width; in OnSize()
251 bmi_.bmiHeader.biWidth * 4); in OnRenderFrame()
/external/libjpeg-turbo/
Drdbmp.c441 int biWidth; in start_input_bmp() local
473 biWidth = (int)GET_2B(bmpinfoheader, 4); in start_input_bmp()
481 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
484 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight); in start_input_bmp()
495 biWidth = (int)GET_4B(bmpinfoheader, 4); in start_input_bmp()
508 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
511 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
514 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
535 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
579 row_width = (JDIMENSION)biWidth; in start_input_bmp()
[all …]
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc102 pvi->bmiHeader.biWidth = _requestedCapability.width; in GetMediaType()
113 pvi->bmiHeader.biWidth = _requestedCapability.width; in GetMediaType()
124 pvi->bmiHeader.biWidth = _requestedCapability.width; in GetMediaType()
135 pvi->bmiHeader.biWidth = _requestedCapability.width; in GetMediaType()
146 pvi->bmiHeader.biWidth = _requestedCapability.width; in GetMediaType()
192 _resultingCapability.width = pvi->bmiHeader.biWidth; in CheckMediaType()
208 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight, in CheckMediaType()
261 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight, in CheckMediaType()
264 _resultingCapability.width = pvi->bmiHeader.biWidth; in CheckMediaType()
Ddevice_info_ds.cc538 capability.width = h->bmiHeader.biWidth; in CreateCapabilityMap()
548 capability.width = h->bmiHeader.biWidth; in CreateCapabilityMap()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc236 int width = bmi.bmiHeader.biWidth; in OnPaint()
271 int thumb_width = bmi.bmiHeader.biWidth / 4; in OnPaint()
277 0, 0, bmi.bmiHeader.biWidth, -bmi.bmiHeader.biHeight, in OnPaint()
575 bmi_.bmiHeader.biWidth = width; in VideoRenderer()
590 if (width == bmi_.bmiHeader.biWidth && height == bmi_.bmiHeader.biHeight) { in SetSize()
594 bmi_.bmiHeader.biWidth = width; in SetSize()
619 bmi_.bmiHeader.biWidth * in RenderFrame()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c167 int32_t biWidth; member
254 bmih.biWidth = width; in debug_dump_float_rgba_bmp()
311 bmih.biWidth = width; in debug_dump_ubyte_rgba_bmp()
/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp28 pbmih->biWidth = pBitmap->GetWidth(); in GetBitmapInfo()
58 int width = pbmi->bmiHeader.biWidth; in _FX_WindowsDIB_LoadFromBuf()
193 bmih.biWidth = width; in CFX_WindowsDIB()
Dfx_win32_device.cpp881 bmi.bmiHeader.biWidth = width; in GDI_StretchBitMask()
1175 bmi.bmiHeader.biWidth = width; in GetDIBits()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc40 bmi.bmiHeader.biWidth = size.width(); in Create()
/external/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp63 bmpInfo->bmiHeader.biWidth = w; in resize()
/external/skqp/tools/sk_app/win/
DRasterWindowContext_win.cpp63 bmpInfo->bmiHeader.biWidth = w; in resize()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp161 bitmapInfo.bmiHeader.biWidth = width; in NativePixmap()
336 bitmapInfo.biWidth = width; in readScreenPixels()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h54 int32_t biWidth; member
Dfx_bmp.cpp133 reinterpret_cast<uint8_t*>(&pBmp_info_header->biWidth)); in ReadHeader()
159 reinterpret_cast<uint8_t*>(&pBmp_info_header->biWidth)); in ReadHeader()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp709 unsigned int biWidth = ui32Width * ui32PixelReplicate; in PVRShellWriteBMPFile() local
729 ByteSwap(biWidth); in PVRShellWriteBMPFile()
746 fwrite(&biWidth , 1, sizeof(biWidth) , fpDumpfile); in PVRShellWriteBMPFile()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c153 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp; in gdi_sw_displaytarget_create()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp146 bitmapInfo.bmiHeader.biWidth = width; in init()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp146 bitmapInfo.bmiHeader.biWidth = width; in init()
/external/ImageMagick/coders/
Dscreenshot.c184 bmi.bmiHeader.biWidth=(LONG) screen->columns; in ReadSCREENSHOTImage()
Demf.c573 DIBinfo.bmiHeader.biWidth=(LONG) image->columns; in ReadEMFImage()
/external/skia/samplecode/
DSampleBigGradient.cpp190 hdr.biWidth = width; in Create()
/external/skqp/samplecode/
DSampleBigGradient.cpp190 hdr.biWidth = width; in Create()
/external/libpng/contrib/gregbook/
Drpng-win.c522 bmih->biWidth = image_width; in rpng_win_create_window()
/external/skia/src/ports/
DSkFontHost_win.cpp494 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() local
506 info.bmiHeader.biWidth = biWidth; in draw()
522 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()
/external/skqp/src/ports/
DSkFontHost_win.cpp493 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() local
505 info.bmiHeader.biWidth = biWidth; in draw()
521 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()

12