Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h123 int subpic_dsty; member
Dpsb_texture.c359 surface_subpic->subpic_dsty /= src_v_ratio; in psb_calculate_subpic_size()
361 surface_subpic->subpic_dsty /= subpic_v_ratio; in psb_calculate_subpic_size()
674 sBltVP.rcSubpicDest[i].top = surface_subpic->subpic_dsty;
675 … sBltVP.rcSubpicDest[i].bottom = surface_subpic->subpic_dsty + surface_subpic->subpic_dsth;
Dpsb_overlay.h273 int subpic_dsty; member
Dpsb_output.c1357 surface_subpic->subpic_dsty = dest_y; in psb__LinkSubpictIntoSurface()
/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c419 desty = subpicture->subpic_dsty + surface_y; in psb_DisplayRGBASubpicture()
486 pPriv->clear_key[i].subpic_dsty = desty; in psb_DisplayRGBASubpicture()
496 desty = subpicture->subpic_dsty * yScale; in psb_DisplayRGBASubpicture()
509 desty = subpicture->subpic_dsty * yScale; in psb_DisplayRGBASubpicture()
861 (subpicture->subpic_dsty != pPriv->clear_key[i].subpic_dsty) || in psb_clear_subpictures()