Searched refs:ulHeight (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/include/video/ |
H A D | kyro.h | 72 u32 ulHeight; member in struct:_OVERLAY_CREATE 85 u32 ulHeight; member in struct:_SET_VIDEO_MODE
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
H A D | STG4000Interface.h | 46 u32 ulWidth, u32 ulHeight,
|
H A D | fbdev.c | 333 u32 ulHeight, int bLinear) kyro_dev_overlay_create() 355 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, kyro_dev_overlay_create() 362 deviceInfo.ulNextFreeVidMem = offset + (ulHeight * stride) + (ulHeight * 2 * uvStride); kyro_dev_overlay_create() 369 static int kyro_dev_overlay_viewport_set(u32 x, u32 y, u32 ulWidth, u32 ulHeight) kyro_dev_overlay_viewport_set() argument 379 x, y, x + ulWidth - 1, y + ulHeight - 1); kyro_dev_overlay_viewport_set() 592 ol_create.ulHeight, 0) < 0) { kyrofb_ioctl() 332 kyro_dev_overlay_create(u32 ulWidth, u32 ulHeight, int bLinear) kyro_dev_overlay_create() argument
|
H A D | STG4000OverlayDevice.c | 326 u32 ulHeight, ulWidth; SetOverlayViewPort() local 381 ulHeight = ulSrc; SetOverlayViewPort() 543 ulHeight += ulExtraLines; SetOverlayViewPort() 569 (ovlStride | ((ulHeight + 1) << 12) | SetOverlayViewPort() 573 (ovlStride | ((ulHeight + 1) << 12) | SetOverlayViewPort()
|
Completed in 105 milliseconds