Home
last modified time | relevance | path

Searched refs:display_height (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/board/BuS/eb_cpu5282/
Deb_cpu5282.c23 unsigned long display_height; variable
201 display_height = simple_strtoul(s, NULL, 10); in drv_video_init()
203 display_height = 256; in drv_video_init()
205 printf("%lu x %lu pixel matrix\n", display_width, display_height); in drv_video_init()
210 vcxk_init(display_width, display_height); in drv_video_init()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp155 int display_height = XDisplayHeight(m_X11Display,m_X11Screen); in OsInitOS() local
164 m_pShell->m_pShellData->nShellDimY = display_height; in OsInitOS()
170 m_pShell->m_pShellData->nShellDimX = (display_width > display_height) ? 800 : 600; in OsInitOS()
173 m_pShell->m_pShellData->nShellDimY = (display_width > display_height) ? 600 : 800; in OsInitOS()
178 if(m_pShell->m_pShellData->nShellDimY > display_height) in OsInitOS()
179 m_pShell->m_pShellData->nShellDimY = display_height; in OsInitOS()
610 int display_height = XDisplayHeight(m_X11Display,m_X11Screen); in OpenX11Window() local
611 …m_pShellData->nShellDimX != display_width)||(shell.m_pShellData->nShellDimY != display_height)) ) { in OpenX11Window()
/external/u-boot/drivers/video/
Dbus_vcxk.c93 u_long display_height; variable
127 display_height = height; in vcxk_init()
190 if ((x < display_width) && (y < display_height)) { in vcxk_setpixel()
385 if (display_height < (height + y)) in vcxk_display_bitmap()
386 c_height = display_height - y; in vcxk_display_bitmap()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h773 uint64_t display_height() const { return display_height_; } in display_height() function
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h773 uint64_t display_height() const { return display_height_; } in display_height() function
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc5296 long long display_height = 0; in Parse() local
5341 display_height = UnserializeUInt(pReader, pos, size); in Parse()
5343 if (display_height <= 0) in Parse()
5403 pTrack->m_display_height = display_height; in Parse()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc5305 long long display_height = 0; in Parse() local
5350 display_height = UnserializeUInt(pReader, pos, size); in Parse()
5352 if (display_height <= 0) in Parse()
5416 pTrack->m_display_height = display_height; in Parse()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc5296 long long display_height = 0; in Parse() local
5341 display_height = UnserializeUInt(pReader, pos, size); in Parse()
5343 if (display_height <= 0) in Parse()
5403 pTrack->m_display_height = display_height; in Parse()
/external/ImageMagick/MagickCore/
Dxwindow.c3994 display_height, in XGetWindowImage() local
4073 display_height=XDisplayHeight(display,XDefaultScreen(display)); in XGetWindowImage()
4074 if ((int) (crop_info.y+crop_info.height) > display_height) in XGetWindowImage()
4075 crop_info.height=(size_t) (display_height-crop_info.y); in XGetWindowImage()