Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc103 pvi->bmiHeader.biHeight = _requestedCapability.height; in GetMediaType()
114 pvi->bmiHeader.biHeight = _requestedCapability.height; in GetMediaType()
125 pvi->bmiHeader.biHeight = _requestedCapability.height; in GetMediaType()
136 pvi->bmiHeader.biHeight = _requestedCapability.height; in GetMediaType()
147 pvi->bmiHeader.biHeight = _requestedCapability.height; in GetMediaType()
197 && pvi->bmiHeader.biHeight > 0) in CheckMediaType()
199 _resultingCapability.height = -(pvi->bmiHeader.biHeight); in CheckMediaType()
203 _resultingCapability.height = abs(pvi->bmiHeader.biHeight); in CheckMediaType()
208 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight, in CheckMediaType()
261 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight, in CheckMediaType()
[all …]
Ddevice_info_ds.cc539 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap()
549 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc123 bmi_.bmiHeader.biHeight = -height; in VideoWindow()
143 height != -bmi_.bmiHeader.biHeight) { 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()
235 height != -bmi_.bmiHeader.biHeight)) { in OnSize()
238 bmi_.bmiHeader.biHeight = -height; in OnSize()
/external/libjpeg-turbo/
Drdbmp.c442 int biHeight; in start_input_bmp() local
474 biHeight = (int)GET_2B(bmpinfoheader, 6); 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()
496 biHeight = (int)GET_4B(bmpinfoheader, 8); 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()
613 row_width, (JDIMENSION)biHeight, (JDIMENSION)1); in start_input_bmp()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c168 int32_t biHeight; member
255 bmih.biHeight = height; in debug_dump_float_rgba_bmp()
312 bmih.biHeight = height; in debug_dump_ubyte_rgba_bmp()
/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp26 pbmih->biHeight = -(int)pBitmap->GetHeight(); in GetBitmapInfo()
59 int height = pbmi->bmiHeader.biHeight; in _FX_WindowsDIB_LoadFromBuf()
191 bmih.biHeight = -height; in CFX_WindowsDIB()
Dfx_win32_device.cpp794 ((BITMAPINFOHEADER*)info.c_str())->biHeight *= -1; in GDI_SetDIBits()
879 bmi.bmiHeader.biHeight = -height; in GDI_StretchBitMask()
1173 bmi.bmiHeader.biHeight = -height; in GetDIBits()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc235 int height = abs(bmi.bmiHeader.biHeight); in OnPaint()
272 int thumb_height = abs(bmi.bmiHeader.biHeight) / 4; in OnPaint()
277 0, 0, bmi.bmiHeader.biWidth, -bmi.bmiHeader.biHeight, in OnPaint()
576 bmi_.bmiHeader.biHeight = -height; in VideoRenderer()
590 if (width == bmi_.bmiHeader.biWidth && height == bmi_.bmiHeader.biHeight) { in SetSize()
595 bmi_.bmiHeader.biHeight = -height; in SetSize()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc39 bmi.bmiHeader.biHeight = -size.height(); in Create()
/external/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
/external/skqp/tools/sk_app/win/
DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap()
337 bitmapInfo.biHeight = -height; in readScreenPixels()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h55 int32_t biHeight; member
Dfx_bmp.cpp135 reinterpret_cast<uint8_t*>(&pBmp_info_header->biHeight)); in ReadHeader()
161 reinterpret_cast<uint8_t*>(&pBmp_info_header->biHeight)); in ReadHeader()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp710 unsigned int biHeight = ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile() local
730 ByteSwap(biHeight); in PVRShellWriteBMPFile()
747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile); in PVRShellWriteBMPFile()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp145 bitmapInfo.bmiHeader.biHeight = -height; in init()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp145 bitmapInfo.bmiHeader.biHeight = -height; in init()
/external/ImageMagick/coders/
Dscreenshot.c185 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows; in ReadSCREENSHOTImage()
Demf.c574 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows; in ReadEMFImage()
/external/skia/samplecode/
DSampleBigGradient.cpp191 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
/external/skqp/samplecode/
DSampleBigGradient.cpp191 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
/external/libpng/contrib/gregbook/
Drpng-win.c523 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
/external/libpng/contrib/visupng/
DVisualPng.c749 pbmih->biHeight = -((long) cyWinSize);
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1025 pbi.bmiHeader.biHeight = bmap.bmHeight; in SetBitmap()

12