Home
last modified time | relevance | path

Searched refs:ulHeight (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/video/
Dkyro.h74 u32 ulHeight; member
87 u32 ulHeight; member
/linux-3.4.99/drivers/video/kyro/
DSTG4000OverlayDevice.c326 u32 ulHeight, ulWidth; in SetOverlayViewPort() local
381 ulHeight = ulSrc; in SetOverlayViewPort()
543 ulHeight += ulExtraLines; in SetOverlayViewPort()
569 (ovlStride | ((ulHeight + 1) << 12) | in SetOverlayViewPort()
573 (ovlStride | ((ulHeight + 1) << 12) | in SetOverlayViewPort()
Dfbdev.c338 u32 ulHeight, int bLinear) in kyro_dev_overlay_create() argument
360 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create()
367 deviceInfo.ulNextFreeVidMem = offset + (ulHeight * stride) + (ulHeight * 2 * uvStride); in kyro_dev_overlay_create()
374 static int kyro_dev_overlay_viewport_set(u32 x, u32 y, u32 ulWidth, u32 ulHeight) in kyro_dev_overlay_viewport_set() argument
384 x, y, x + ulWidth - 1, y + ulHeight - 1); in kyro_dev_overlay_viewport_set()
599 ol_create.ulHeight, 0) < 0) { in kyrofb_ioctl()
DSTG4000Interface.h46 u32 ulWidth, u32 ulHeight,