Home
last modified time | relevance | path

Searched refs:overlayId (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_overlay.c228 static void I830SwitchPipe(VADriverContextP ctx , int overlayId, int pipeId)
232 I830OverlayRegPtr overlay = (I830OverlayRegPtr)(pPriv->regmap[overlayId]);
236 if ((overlayId == OVERLAY_A) && pPriv->overlayA_enabled)
238 else if ((overlayId == OVERLAY_C) && pPriv->overlayC_enabled)
243 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Overlay %d switch to pipe %d\n", overlayId, pipeId);
416 unsigned int flags, int overlayId, int pipeId) in i830_display_video() argument
425 unsigned int offset = wsbmBOOffsetHint(pPriv->wsbo[overlayId]) & 0x0FFFFFFF; in i830_display_video()
426 I830OverlayRegPtr overlay = (I830OverlayRegPtr)(pPriv->regmap[overlayId]); in i830_display_video()
432 if ((overlayId == OVERLAY_A) && !pPriv->overlayA_enabled) { in i830_display_video()
778 switch (overlayId) { in i830_display_video()
[all …]
Dpsb_overlay.h355 int overlayId,