Home | History | Annotate | Download | only in src

Lines Matching refs:dst_h

341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVASurfaceRec *surface_subpic)
348 src_v_ratio = (float)surf_height / dst_h;
354 subpic_v_dest_ratio = (float)dst_h / surface_subpic->subpic_dsth;
526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
594 (dst_w * dst_h * 2),
609 sBltVP.sDst.SurfHeight = dst_h;
630 sBltVP.rcDest.bottom = dst_y + dst_h;
641 psb_calculate_subpic_size(obj_surface->width, obj_surface->height, dst_w, dst_h, surface_subpic);