Searched defs:target_surfaces (Results 1 - 2 of 2) sorted by relevance

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

Completed in 108 milliseconds