Searched refs:target_surfaces (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/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
H A Dva_private.h394 VAStatus vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces,
400 VASurfaceID *target_surfaces, int num_surfaces);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/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
H A Dva_private.h399 VAStatus vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces,
405 VASurfaceID *target_surfaces, int num_surfaces);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c757 struct pipe_surface **target_surfaces; local in function:vl_mpeg12_end_frame
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);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c757 struct pipe_surface **target_surfaces; local in function:vl_mpeg12_end_frame
778 target_surfaces = get_video_buffer_private(dec, target)->surfaces;
789 if (!target_surfaces[i]) continue;
791 vl_mc_set_surface(&buf->mc[i], target_surfaces[i]);
819 if (!target_surfaces[i]) continue;
821 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format);

Completed in 8 milliseconds