Home
last modified time | relevance | path

Searched refs:target_surfaces (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dva_subpicture.c121 …aAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, in vlVaAssociateSubpicture() argument
137 VASurfaceID *target_surfaces, int num_surfaces) in vlVaDeassociateSubpicture() argument
Dva_private.h133 VASurfaceID *target_surfaces,
144 …bpicture(VADriverContextP ctx,VASubpictureID subpicture,VASurfaceID *target_surfaces,int num_surfa…
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c677 struct pipe_surface **target_surfaces; in vl_mpeg12_end_frame() local
698 target_surfaces = target->get_surfaces(target); in vl_mpeg12_end_frame()
709 if (!target_surfaces[i]) continue; in vl_mpeg12_end_frame()
711 vl_mc_set_surface(&buf->mc[i], target_surfaces[i]); in vl_mpeg12_end_frame()
739 if (!target_surfaces[i]) continue; in vl_mpeg12_end_frame()
741 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format); in vl_mpeg12_end_frame()