Searched refs:ulHeight (Results 1 - 3 of 3) sorted by relevance

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

Completed in 65 milliseconds