Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h125 int subpic_dsth; member
Dpsb_texture.c351 subpic_v_ratio = (float)surface_subpic->subpic_srch / surface_subpic->subpic_dsth; in psb_calculate_subpic_size()
354 subpic_v_dest_ratio = (float)dst_h / surface_subpic->subpic_dsth; in psb_calculate_subpic_size()
364 surface_subpic->subpic_dsth /= src_v_ratio; in psb_calculate_subpic_size()
366 surface_subpic->subpic_dsth /= subpic_v_ratio; in psb_calculate_subpic_size()
675 … sBltVP.rcSubpicDest[i].bottom = surface_subpic->subpic_dsty + surface_subpic->subpic_dsth;
Dpsb_overlay.h275 int subpic_dsth; member
Dpsb_output.c1361 surface_subpic->subpic_dsth = dest_h; in psb__LinkSubpictIntoSurface()
/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c421 desth = subpicture->subpic_dsth; in psb_DisplayRGBASubpicture()
488 pPriv->clear_key[i].subpic_dsth = desth; in psb_DisplayRGBASubpicture()
863 (subpicture->subpic_dsth != pPriv->clear_key[i].subpic_dsth)) { in psb_clear_subpictures()