HomeSort by relevance Sort by last modified time
    Searched refs:biHeight (Results 1 - 25 of 47) 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 292 int biHeight;
324 biHeight = (int) GET_2B(bmpinfoheader,6);
331 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight);
334 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight);
346 biHeight = (int) GET_4B(bmpinfoheader,8);
358 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight);
361 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight);
364 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight);
385 if (biWidth <= 0 || biHeight <= 0)
429 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.cc 39 bmi.bmiHeader.biHeight = -size.height();
  /external/libvncserver/test/
bmp.c 65 int biWidth, biHeight;
213 readme(fd, &bh.biHeight, sizeof(int));
229 bh.biHeight=byteswap(bh.biHeight);
241 || bh.biWidth<1 || bh.biHeight==0)
246 *w=bh.biWidth; *h=bh.biHeight; srcps=bh.biBitCount/8;
330 bh.biWidth=w; bh.biHeight=h;
343 bh.biHeight=byteswap(bh.biHeight);
361 writeme(fd, &bh.biHeight, sizeof(int))
    [all...]
  /external/opencv3/modules/videoio/src/
cap_vfw.cpp 64 bmih.biHeight = height;
213 cvInitImageHeader( &src, cvSize( bmih->biWidth, bmih->biHeight ),
438 heightSet = vfmt.biHeight;
495 if( !frame || frame->width != vfmt0.biWidth || frame->height != vfmt0.biHeight )
498 frame = cvCreateImage( cvSize( vfmt0.biWidth, vfmt0.biHeight ), 8, 3 );
504 BITMAPINFOHEADER vfmt1 = icvBitmapHeader( vfmt0.biWidth, vfmt0.biHeight, 24 );
507 prevWidth != vfmt0.biWidth || prevHeight != vfmt0.biHeight )
534 cvInitImageHeader( &src, cvSize(vfmt0.biWidth, vfmt0.biHeight),
619 if( width != vfmt.biWidth || height != vfmt.biHeight )
623 vfmt.biHeight = height
    [all...]
cap_mjpeg_decoder.cpp 131 LONG biHeight; // heigth in pixels
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 26 pbmih->biHeight = -(int)pBitmap->GetHeight();
58 int height = pbmi->bmiHeader.biHeight;
196 int height = abs(bmih.biHeight);
197 bmih.biHeight = -height;
210 pbmih->bmiHeader.biHeight = -height;
270 bmih.biHeight = -height;
fx_win32_device.cpp 541 ((BITMAPINFOHEADER*)info.c_str())->biHeight *= -1;
637 bmi.bmiHeader.biHeight = -height;
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/ImageMagick/coders/
screenshot.c 187 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows;
clipboard.c 184 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows;
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 153 gdt->bmi.bmiHeader.biHeight= -(long)height;
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 52 int32_t biHeight;
fx_bmp.cpp 125 _GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biHeight);
154 _GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biHeight);
700 _SetDWord_LSBFirst(&dst_buf[offset], (FX_DWORD)info_head_ptr->biHeight);
    [all...]
  /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/mesa3d/src/gallium/auxiliary/util/
u_debug.c 575 int32_t biHeight;
661 bmih.biHeight = height;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.idl 32 LONG biHeight;
  /external/libpng/contrib/gregbook/
rpng-win.c 516 bmih->biHeight = -((long)image_height);
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 444 dibInfo->bmiHeader.biHeight = bmapHeight;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 31 bmi.bmiHeader.biHeight = -pBitmap->GetHeight();
135 bmi.bmiHeader.biHeight = pDib->GetHeight();
  /external/pdfium/samples/
pdfium_test.cc 155 bmi.bmiHeader.biHeight = -height; // top-down image
  /external/skia/src/views/win/
SkOSWindow_win.cpp 204 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image

Completed in 1167 milliseconds

1 2