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

/external/mesa3d/src/gallium/state_trackers/va/
H A Dsubpicture.c171 VASurfaceID *target_surfaces, int num_surfaces,
198 surf = handle_table_get(drv->htab, target_surfaces[i]);
238 surf = handle_table_get(drv->htab, target_surfaces[i]);
248 VASurfaceID *target_surfaces, int num_surfaces)
268 surf = handle_table_get(drv->htab, target_surfaces[i]);
170 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
247 vlVaDeassociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c757 struct pipe_surface **target_surfaces; local
777 target_surfaces = get_video_buffer_private(dec, target)->surfaces;
788 if (!target_surfaces[i]) continue;
790 vl_mc_set_surface(&buf->mc[i], target_surfaces[i]);
818 if (!target_surfaces[i]) continue;
820 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format);

Completed in 122 milliseconds