/external/qemu/android/camera/ |
D | camera-capture-windows.c | 340 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/ |
D | gdivideorenderer.cc | 121 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/ |
D | SDL_bmp.c | 74 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/ |
D | rdbmp.c | 255 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/ |
D | rdbmp.c | 255 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/ |
D | sink_input_pin_win.cc | 53 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()
|
D | video_capture_device_win.cc | 525 h->bmiHeader.biHeight); in CreateCapabilityMap()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
D | BMPImageReader.cpp | 174 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()
|
D | BMPImageReader.h | 113 int32_t biHeight; member
|
/external/chromium_org/ui/gfx/ |
D | gdi_util.cc | 21 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()
|
D | icon_util_unittest.cc | 336 EXPECT_EQ(bitmap_info.bmiHeader.biHeight, kSmallIconHeight); in TEST_F()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
D | main_wnd.cc | 228 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/ |
D | SDL_syswm.c | 70 Sint32 biHeight; in WIN_SetWMIcon() 108 icon_win32->biHeight = icon->h*2; in WIN_SetWMIcon()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | MjpegFileWriter.java | 334 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/ |
D | clipboard_win.cc | 287 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/ |
D | bitmap_platform_device_win.cc | 49 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/ |
D | gdi_sw_winsys.c | 153 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
D | gdi_sw_winsys.c | 153 gdt->bmi.bmiHeader.biHeight= -(long)height; in gdi_sw_displaytarget_create()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.c | 575 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/ |
D | u_debug.c | 575 int32_t biHeight; member 661 bmih.biHeight = height; in debug_dump_float_rgba_bmp()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 472 bmih->biHeight = -((long)image_height); in rpng_win_create_window()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 191 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image in doPaint()
|
/external/chromium_org/third_party/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 191 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image in doPaint()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 444 dibInfo->bmiHeader.biHeight = bmapHeight; in wglUseFontBitmaps_FX()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 444 dibInfo->bmiHeader.biHeight = bmapHeight; in wglUseFontBitmaps_FX()
|