Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/
Drdbmp.c291 int biWidth; in start_input_bmp() local
323 biWidth = (int) GET_2B(bmpinfoheader,4); in start_input_bmp()
331 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp()
334 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight); in start_input_bmp()
345 biWidth = (int) GET_4B(bmpinfoheader,4); in start_input_bmp()
358 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp()
361 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
364 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp()
385 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp()
418 row_width = (JDIMENSION) (biWidth * 3); in start_input_bmp()
[all …]
/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/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/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp28 pbmih->biWidth = pBitmap->GetWidth(); in GetBitmapInfo()
57 int width = pbmi->bmiHeader.biWidth; in _FX_WindowsDIB_LoadFromBuf()
195 int width = bmih.biWidth; in LoadFromDDB()
212 pbmih->bmiHeader.biWidth = bmih.biWidth; in LoadFromDDB()
213 if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 in LoadFromDDB()
234 if (!pDIBitmap->Create(bmih.biWidth, height, in LoadFromDDB()
272 bmih.biWidth = width; in CFX_WindowsDIB()
Dfx_win32_device.cpp639 bmi.bmiHeader.biWidth = width; in GDI_StretchBitMask()
1064 bmi.bmiHeader.biWidth = width; in GetDIBits()
1338 bmih.biWidth = width; in CFX_WinBitmapDevice()
Dfx_win32_gdipext.cpp1448 pbmih->biWidth = width; in LoadDIBitmap()
1499 int width = pInfo->pbmi->bmiHeader.biWidth; in LoadDIBitmap()
/external/libvncserver/test/
Dbmp.c65 int biWidth, biHeight; member
212 readme(fd, &bh.biWidth, sizeof(int)); in loadbmp()
228 bh.biWidth=byteswap(bh.biWidth); in loadbmp()
241 || bh.biWidth<1 || bh.biHeight==0) in loadbmp()
246 *w=bh.biWidth; *h=bh.biHeight; srcps=bh.biBitCount/8; in loadbmp()
330 bh.biWidth=w; bh.biHeight=h; in savebmp()
342 bh.biWidth=byteswap(bh.biWidth); in savebmp()
360 writeme(fd, &bh.biWidth, sizeof(int)); in savebmp()
/external/opencv3/modules/videoio/src/
Dcap_vfw.cpp63 bmih.biWidth = width; in icvBitmapHeader()
213 cvInitImageHeader( &src, cvSize( bmih->biWidth, bmih->biHeight ), in retrieveFrame()
437 widthSet = vfmt.biWidth; in open()
495 if( !frame || frame->width != vfmt0.biWidth || frame->height != vfmt0.biHeight ) in retrieveFrame()
498 frame = cvCreateImage( cvSize( vfmt0.biWidth, vfmt0.biHeight ), 8, 3 ); in retrieveFrame()
504 BITMAPINFOHEADER vfmt1 = icvBitmapHeader( vfmt0.biWidth, vfmt0.biHeight, 24 ); in retrieveFrame()
507 prevWidth != vfmt0.biWidth || prevHeight != vfmt0.biHeight ) in retrieveFrame()
534 cvInitImageHeader( &src, cvSize(vfmt0.biWidth, vfmt0.biHeight), in retrieveFrame()
619 if( width != vfmt.biWidth || height != vfmt.biHeight ) in setProperty()
622 vfmt.biWidth = width; in setProperty()
Dcap_mjpeg_decoder.cpp130 LONG biWidth; // width in pixels member
/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/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc40 bmi.bmiHeader.biWidth = size.width(); in Create()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp161 bitmapInfo.bmiHeader.biWidth = width; in NativePixmap()
336 bitmapInfo.biWidth = width; in readScreenPixels()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c152 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp; in gdi_sw_displaytarget_create()
/external/pdfium/core/src/fxcodec/lbmp/
Dfx_bmp.h51 int32_t biWidth; member
Dfx_bmp.cpp123 _GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biWidth); in _bmp_read_header()
152 _GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biWidth); in _bmp_read_header()
698 _SetDWord_LSBFirst(&dst_buf[offset], (FX_DWORD)info_head_ptr->biWidth); in WriteInfoHeader()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c574 int32_t biWidth; member
660 bmih.biWidth = width; in debug_dump_float_rgba_bmp()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gdidevice.cpp30 bmi.bmiHeader.biWidth = pBitmap->GetWidth(); in CFDE_GdiDevice()
134 bmi.bmiHeader.biWidth = pDib->GetWidth(); in DrawImage()
/external/libpng/contrib/gregbook/
Drpng-win.c515 bmih->biWidth = image_width; in rpng_win_create_window()
/external/skia/src/ports/
DSkFontHost_win.cpp482 int biWidth = isBW ? alignTo32(fWidth) : fWidth; in draw() local
494 info.bmiHeader.biWidth = biWidth; in draw()
510 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c443 dibInfo->bmiHeader.biWidth = bmapWidth; in wglUseFontBitmaps_FX()
/external/pdfium/samples/
Dpdfium_test.cc154 bmi.bmiHeader.biWidth = width; in WriteBmp()
/external/skia/src/views/win/
DSkOSWindow_win.cpp203 bmi.bmiHeader.biWidth = bitmap.width(); in doPaint()
/external/libpng/contrib/visupng/
DVisualPng.c744 pbmih->biWidth = cxWinSize; in DisplayImage()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1024 pbi.bmiHeader.biWidth = bmap.bmWidth; in SetBitmap()

12