Searched refs:biHeight (Results 1 - 25 of 29) sorted by relevance

12

/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc103 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...]
H A Ddevice_info_ds.cc539 capability.height = h->bmiHeader.biHeight;
549 capability.height = h->bmiHeader.biHeight;
/external/webrtc/talk/media/devices/
H A Dgdivideorenderer.cc123 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/
H A Drdbmp.c293 int biHeight; local
325 biHeight = (int) GET_2B(bmpinfoheader,6);
332 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, biWidth, biHeight);
335 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, biWidth, biHeight);
347 biHeight = (int) GET_4B(bmpinfoheader,8);
359 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, biWidth, biHeight);
362 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight);
365 TRACEMS2(cinfo, 1, JTRC_BMP, biWidth, biHeight);
386 if (biWidth <= 0 || biHeight <= 0)
430 row_width, (JDIMENSION) biHeight, (JDIMENSIO
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_frame_win.cc39 bmi.bmiHeader.biHeight = -size.height();
/external/libvncserver/test/
H A Dbmp.c65 int biWidth, biHeight; member in struct:_bmphdr
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, sizeo
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c168 int32_t biHeight; member in struct:bmp_info_header
255 bmih.biHeight = height;
312 bmih.biHeight = height;
/external/pdfium/core/fxge/win32/
H A Dfx_win32_dib.cpp25 pbmih->biHeight = -(int)pBitmap->GetHeight();
58 int height = pbmi->bmiHeader.biHeight;
197 bmih.biHeight = -height;
H A Dfx_win32_device.cpp800 ((BITMAPINFOHEADER*)info.c_str())->biHeight *= -1;
883 bmi.bmiHeader.biHeight = -height;
1184 bmi.bmiHeader.biHeight = -height;
H A Dfx_win32_gdipext.cpp1449 pbmih->biHeight = -(int)height;
1503 int height = abs(pInfo->pbmi->bmiHeader.biHeight);
/external/skia/tools/viewer/sk_app/win/
H A DRasterWindowContext_win.cpp64 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down.
/external/ImageMagick/coders/
H A Dscreenshot.c187 bmi.bmiHeader.biHeight=(-1)*(LONG) screen->rows;
H A Dclipboard.c184 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows;
H A Demf.c572 DIBinfo.bmiHeader.biHeight=(-1)*(LONG) image->rows;
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biHeight= -(long)height;
/external/pdfium/core/fxcodec/lbmp/
H A Dfx_bmp.h54 int32_t biHeight; member in struct:tagBmpInfoHeader
H A Dfx_bmp.cpp120 GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biHeight);
149 GetDWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biHeight);
682 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biHeight);
/external/swiftshader/src/Main/
H A DFrameBufferGDI.cpp145 bitmapInfo.bmiHeader.biHeight = -height;
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dmain_wnd.cc235 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/
H A DtcuWin32EGLNativeDisplayFactory.cpp162 bitmapInfo.bmiHeader.biHeight = height;
337 bitmapInfo.biHeight = -height;
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp710 unsigned int biHeight = ui32Height * ui32PixelReplicate; local
730 ByteSwap(biHeight);
747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile);
/external/skia/samplecode/
H A DSampleBigGradient.cpp191 hdr.biHeight = -height; // Minus means top-down bitmap.
/external/libpng/contrib/gregbook/
H A Drpng-win.c516 bmih->biHeight = -((long)image_height);
H A Drpng2-win.c723 bmih->biHeight = -((long)rpng2_info.height);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp194 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image

Completed in 218 milliseconds

12