HomeSort by relevance Sort by last modified time
    Searched refs:biHeight (Results 1 - 25 of 31) sorted by null

1 2

  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 103 pvi->bmiHeader.biHeight = _requestedCapability.height;
114 pvi->bmiHeader.biHeight = _requestedCapability.height;
125 pvi->bmiHeader.biHeight = _requestedCapability.height;
136 pvi->bmiHeader.biHeight = _requestedCapability.height;
147 pvi->bmiHeader.biHeight = _requestedCapability.height;
197 && pvi->bmiHeader.biHeight > 0)
199 _resultingCapability.height = -(pvi->bmiHeader.biHeight);
203 _resultingCapability.height = abs(pvi->bmiHeader.biHeight);
208 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight,
261 pvi->bmiHeader.biWidth,pvi->bmiHeader.biHeight,
    [all...]
device_info_ds.cc 539 capability.height = h->bmiHeader.biHeight;
549 capability.height = h->bmiHeader.biHeight;
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 123 bmi_.bmiHeader.biHeight = -height;
143 height != -bmi_.bmiHeader.biHeight) {
197 bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight)) {
200 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false);
211 0, 0, bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, // source rect
235 height != -bmi_.bmiHeader.biHeight)) {
238 bmi_.bmiHeader.biHeight = -height;
  /external/libjpeg-turbo/
rdbmp.c 442 int biHeight;
474 biHeight = (int)GET_2B(bmpinfoheader, 6);
481 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight);
484 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight);
496 biHeight = (int)GET_4B(bmpinfoheader, 8);
508 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight);
511 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight);
514 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight);
535 if (biWidth <= 0 || biHeight <= 0)
613 row_width, (JDIMENSION)biHeight, (JDIMENSION)1)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.cc 39 bmi.bmiHeader.biHeight = -size.height();
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.c 168 int32_t biHeight;
255 bmih.biHeight = height;
312 bmih.biHeight = height;
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 26 pbmih->biHeight = -(int)pBitmap->GetHeight();
59 int height = pbmi->bmiHeader.biHeight;
191 bmih.biHeight = -height;
fx_win32_device.cpp 794 ((BITMAPINFOHEADER*)info.c_str())->biHeight *= -1;
879 bmi.bmiHeader.biHeight = -height;
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/skia/tools/sk_app/win/
RasterWindowContext_win.cpp 64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down.
  /external/skqp/tools/sk_app/win/
RasterWindowContext_win.cpp 64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down.
  /external/ImageMagick/coders/
screenshot.c 187 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows;
emf.c 578 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows;
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 154 gdt->bmi.bmiHeader.biHeight= -(long)height;
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 55 int32_t biHeight;
fx_bmp.cpp 135 reinterpret_cast<uint8_t*>(&pBmp_info_header->biHeight));
161 reinterpret_cast<uint8_t*>(&pBmp_info_header->biHeight));
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 145 bitmapInfo.bmiHeader.biHeight = -height;
  /external/swiftshader/src/WSI/
FrameBufferGDI.cpp 145 bitmapInfo.bmiHeader.biHeight = -height;
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 235 int height = abs(bmi.bmiHeader.biHeight);
272 int thumb_height = abs(bmi.bmiHeader.biHeight) / 4;
277 0, 0, bmi.bmiHeader.biWidth, -bmi.bmiHeader.biHeight,
576 bmi_.bmiHeader.biHeight = -height;
590 if (width == bmi_.bmiHeader.biWidth && height == bmi_.bmiHeader.biHeight) {
595 bmi_.bmiHeader.biHeight = -height;
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 162 bitmapInfo.bmiHeader.biHeight = height;
337 bitmapInfo.biHeight = -height;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 710 unsigned int biHeight = ui32Height * ui32PixelReplicate;
730 ByteSwap(biHeight);
747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile);
    [all...]
  /external/skia/samplecode/
SampleBigGradient.cpp 191 hdr.biHeight = -height; // Minus means top-down bitmap.
  /external/skqp/samplecode/
SampleBigGradient.cpp 191 hdr.biHeight = -height; // Minus means top-down bitmap.
  /external/libpng/contrib/gregbook/
rpng-win.c 523 bmih->biHeight = -((long)image_height);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenC.py     [all...]

Completed in 2287 milliseconds

1 2