Home
last modified time | relevance | path

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

12

/external/qemu/android/camera/
Dcamera-capture-windows.c340 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) { in camera_device_start_capturing()
343 wcd->frame_bitmap->bmiHeader.biHeight = frame_height; in camera_device_start_capturing()
372 if (wcd->frame_bitmap->bmiHeader.biHeight < 0) { in camera_device_start_capturing()
373 wcd->frame_bitmap->bmiHeader.biHeight = in camera_device_start_capturing()
374 -wcd->frame_bitmap->bmiHeader.biHeight; in camera_device_start_capturing()
444 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) { in camera_device_start_capturing()
448 wcd->frame_bitmap->bmiHeader.biHeight); in camera_device_start_capturing()
472 wcd->gdi_bitmap->bmiHeader.biHeight = in camera_device_start_capturing()
473 wcd->frame_bitmap->bmiHeader.biHeight; in camera_device_start_capturing()
475 wcd->gdi_bitmap->bmiHeader.biHeight = in camera_device_start_capturing()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dgdivideorenderer.cc121 bmi_.bmiHeader.biHeight = -height; in VideoWindow()
141 height != -bmi_.bmiHeader.biHeight) { in SetSize()
188 bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight)) { in Initialize()
191 OnSize(bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, false); in Initialize()
202 0, 0, bmi_.bmiHeader.biWidth, -bmi_.bmiHeader.biHeight, // source rect in OnPaint()
226 height != -bmi_.bmiHeader.biHeight)) { in OnSize()
229 bmi_.bmiHeader.biHeight = -height; in OnSize()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_bmp.c74 Sint32 biHeight; in SDL_LoadBMP_RW() local
114 biHeight = (Uint32)SDL_ReadLE16(src); in SDL_LoadBMP_RW()
125 biHeight = SDL_ReadLE32(src); in SDL_LoadBMP_RW()
146 if (biHeight < 0) { in SDL_LoadBMP_RW()
148 biHeight = -biHeight; in SDL_LoadBMP_RW()
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0); in SDL_LoadBMP_RW()
377 Sint32 biHeight; in SDL_SaveBMP_RW() local
459 biHeight = surface->h; in SDL_SaveBMP_RW()
476 SDL_WriteLE32(dst, biHeight); in SDL_SaveBMP_RW()
/external/jpeg/
Drdbmp.c255 INT32 biHeight = 0; in start_input_bmp() local
287 biHeight = (INT32) GET_2B(bmpinfoheader,6); in start_input_bmp()
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight); in start_input_bmp()
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight); in start_input_bmp()
311 biHeight = GET_4B(bmpinfoheader,8); in start_input_bmp()
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight); in start_input_bmp()
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight); in start_input_bmp()
386 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1); in start_input_bmp()
403 cinfo->image_height = (JDIMENSION) biHeight; in start_input_bmp()
/external/qemu/distrib/jpeg-6b/
Drdbmp.c255 INT32 biHeight = 0; in start_input_bmp() local
287 biHeight = (INT32) GET_2B(bmpinfoheader,6); in start_input_bmp()
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight); in start_input_bmp()
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight); in start_input_bmp()
311 biHeight = GET_4B(bmpinfoheader,8); in start_input_bmp()
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight); in start_input_bmp()
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight); in start_input_bmp()
386 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1); in start_input_bmp()
403 cinfo->image_height = (JDIMENSION) biHeight; in start_input_bmp()
/external/chromium_org/media/video/capture/win/
Dsink_input_pin_win.cc53 pvi->bmiHeader.biHeight = requested_format_.frame_size.height(); in GetValidMediaType()
63 pvi->bmiHeader.biHeight = requested_format_.frame_size.height(); in GetValidMediaType()
72 pvi->bmiHeader.biHeight = requested_format_.frame_size.height(); in GetValidMediaType()
104 abs(pvi->bmiHeader.biHeight)); in IsMediaTypeValid()
Dvideo_capture_device_win.cc525 h->bmiHeader.biHeight); in CreateCapabilityMap()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageReader.cpp174 if (!m_parent->setSize(m_infoHeader.biWidth, m_infoHeader.biHeight)) in processInfoHeader()
211 m_infoHeader.biHeight = readUint16(6); in readInfoHeader()
218 m_infoHeader.biHeight = readUint32(8); in readInfoHeader()
220 m_infoHeader.biHeight /= 2; in readInfoHeader()
266 if (m_infoHeader.biHeight < 0) { in readInfoHeader()
268 m_infoHeader.biHeight = -m_infoHeader.biHeight; in readInfoHeader()
278 if ((m_infoHeader.biWidth <= 0) || !m_infoHeader.biHeight) in isInfoHeaderValid()
360 if ((m_infoHeader.biWidth >= (1 << 16)) || (m_infoHeader.biHeight >= (1 << 16))) in isInfoHeaderValid()
DBMPImageReader.h113 int32_t biHeight; member
/external/chromium_org/ui/gfx/
Dgdi_util.cc21 hdr->biHeight = -height; // minus means top-down bitmap in CreateBitmapHeaderWithColorDepth()
54 hdr->biHeight = -height; in CreateMonochromeBitmapHeader()
129 int bitmap_h = -bitmap_info->bmiHeader.biHeight; in StretchDIBits()
Dicon_util_unittest.cc336 EXPECT_EQ(bitmap_info.bmiHeader.biHeight, kSmallIconHeight); in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dmain_wnd.cc228 int height = abs(bmi.bmiHeader.biHeight); in OnPaint()
265 int thumb_height = abs(bmi.bmiHeader.biHeight) / 4; in OnPaint()
270 0, 0, bmi.bmiHeader.biWidth, -bmi.bmiHeader.biHeight, in OnPaint()
569 bmi_.bmiHeader.biHeight = -height; in VideoRenderer()
584 bmi_.bmiHeader.biHeight = -height; in SetSize()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_syswm.c70 Sint32 biHeight; in WIN_SetWMIcon()
108 icon_win32->biHeight = icon->h*2; in WIN_SetWMIcon()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DMjpegFileWriter.java334 public int biHeight = 0; field in MjpegFileWriter.AVIStreamFormat
350 biHeight = height; in AVIStreamFormat()
360 baos.write(intBytes(swapInt(biHeight))); in toBytes()
/external/chromium_org/ui/base/clipboard/
Dclipboard_win.cc287 bm_info.bmiHeader.biHeight = -bitmap.height(); // sets vertical orientation in WriteBitmap()
568 bitmap->bmiHeader.biHeight), in ReadImage()
575 bitmap->bmiHeader.biHeight, 0, 0, 0, in ReadImage()
576 bitmap->bmiHeader.biHeight, bitmap_bits, bitmap, in ReadImage()
/external/chromium_org/skia/ext/
Dbitmap_platform_device_win.cc49 hdr.biHeight = -height; // minus means top-down bitmap in CreateHBitmap()
102 hdr.biHeight = 5; in CreateHBitmap()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c153 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c153 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c575 int32_t biHeight; member
661 bmih.biHeight = height; in debug_dump_float_rgba_bmp()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_debug.c575 int32_t biHeight; member
661 bmih.biHeight = height; in debug_dump_float_rgba_bmp()
/external/libpng/contrib/gregbook/
Drpng-win.c472 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
/external/skia/src/views/win/
DSkOSWindow_win.cpp191 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image in doPaint()
/external/chromium_org/third_party/skia/src/views/win/
DSkOSWindow_win.cpp191 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image in doPaint()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
Dwgl.c444 dibInfo->bmiHeader.biHeight = bmapHeight; in wglUseFontBitmaps_FX()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c444 dibInfo->bmiHeader.biHeight = bmapHeight; in wglUseFontBitmaps_FX()

12