/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 103 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 …]
|
D | device_info_ds.cc | 539 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap() 549 capability.height = h->bmiHeader.biHeight; in CreateCapabilityMap()
|
/external/libjpeg-turbo/ |
D | rdbmp.c | 293 int biHeight; in start_input_bmp() local 325 biHeight = (int) GET_2B(bmpinfoheader,6); in start_input_bmp() 332 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight); in start_input_bmp() 335 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight); in start_input_bmp() 347 biHeight = (int) GET_4B(bmpinfoheader,8); in start_input_bmp() 359 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight); in start_input_bmp() 362 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp() 365 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight); in start_input_bmp() 386 if (biWidth <= 0 || biHeight <= 0) in start_input_bmp() 430 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1); in start_input_bmp() [all …]
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 123 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/libvncserver/test/ |
D | bmp.c | 65 int biWidth, biHeight; member 213 readme(fd, &bh.biHeight, sizeof(int)); in loadbmp() 229 bh.biHeight=byteswap(bh.biHeight); 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() 343 bh.biHeight=byteswap(bh.biHeight); in savebmp() 361 writeme(fd, &bh.biHeight, sizeof(int)); in savebmp()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_image.c | 168 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/ |
D | fx_win32_dib.cpp | 25 pbmih->biHeight = -(int)pBitmap->GetHeight(); in GetBitmapInfo() 58 int height = pbmi->bmiHeader.biHeight; in _FX_WindowsDIB_LoadFromBuf() 197 bmih.biHeight = -height; in CFX_WindowsDIB()
|
D | fx_win32_device.cpp | 800 ((BITMAPINFOHEADER*)info.c_str())->biHeight *= -1; in GDI_SetDIBits() 883 bmi.bmiHeader.biHeight = -height; in GDI_StretchBitMask() 1184 bmi.bmiHeader.biHeight = -height; in GetDIBits()
|
D | fx_win32_gdipext.cpp | 1449 pbmih->biHeight = -(int)height; in LoadDIBitmap() 1503 int height = abs(pInfo->pbmi->bmiHeader.biHeight); in LoadDIBitmap()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 235 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/ |
D | desktop_frame_win.cc | 39 bmi.bmiHeader.biHeight = -size.height(); in Create()
|
/external/skia/tools/viewer/sk_app/win/ |
D | RasterWindowContext_win.cpp | 64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down. in resize()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 162 bitmapInfo.bmiHeader.biHeight = height; in NativePixmap() 337 bitmapInfo.biHeight = -height; in readScreenPixels()
|
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.h | 54 int32_t biHeight; member
|
D | fx_bmp.cpp | 120 GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biHeight); in bmp_read_header() 149 GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biHeight); in bmp_read_header() 682 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biHeight); in WriteInfoHeader()
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
D | gdi_sw_winsys.c | 154 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 710 unsigned int biHeight = ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile() local 730 ByteSwap(biHeight); in PVRShellWriteBMPFile() 747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile); in PVRShellWriteBMPFile()
|
/external/ImageMagick/coders/ |
D | screenshot.c | 185 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows; in ReadSCREENSHOTImage()
|
D | clipboard.c | 181 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows; in ReadCLIPBOARDImage()
|
D | emf.c | 568 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows; in ReadEMFImage()
|
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 145 bitmapInfo.bmiHeader.biHeight = -height; in init()
|
/external/skia/samplecode/ |
D | SampleBigGradient.cpp | 191 hdr.biHeight = -height; // Minus means top-down bitmap. in Create()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 516 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 194 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image in doPaint()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 745 pbmih->biHeight = -((long) cyWinSize); in DisplayImage()
|