Home
last modified time | relevance | path

Searched refs:subpic_dstx (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h122 int subpic_dstx; member
Dpsb_texture.c358 surface_subpic->subpic_dstx /= src_h_ratio; in psb_calculate_subpic_size()
360 surface_subpic->subpic_dstx /= subpic_h_ratio; in psb_calculate_subpic_size()
672 sBltVP.rcSubpicDest[i].left = surface_subpic->subpic_dstx;
673 … sBltVP.rcSubpicDest[i].right = surface_subpic->subpic_dstx + surface_subpic->subpic_dstw;
Dpsb_overlay.h272 int subpic_dstx; member
Dpsb_output.c1356 surface_subpic->subpic_dstx = dest_x; in psb__LinkSubpictIntoSurface()
/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c418 destx = subpicture->subpic_dstx + surface_x; in psb_DisplayRGBASubpicture()
485 pPriv->clear_key[i].subpic_dstx = destx; in psb_DisplayRGBASubpicture()
495 destx = subpicture->subpic_dstx * xScale; in psb_DisplayRGBASubpicture()
508 destx = subpicture->subpic_dstx * xScale; in psb_DisplayRGBASubpicture()
860 if ((subpicture->subpic_dstx != pPriv->clear_key[i].subpic_dstx) || in psb_clear_subpictures()