Searched refs:target_surfaces (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | subpicture.c | 171 VASurfaceID *target_surfaces, int num_surfaces, in vlVaAssociateSubpicture() 198 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaAssociateSubpicture() 238 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaAssociateSubpicture() 248 VASurfaceID *target_surfaces, int num_surfaces) in vlVaDeassociateSubpicture() 268 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaDeassociateSubpicture() 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) vlVaAssociateSubpicture() argument 247 vlVaDeassociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces) vlVaDeassociateSubpicture() argument
|
H A D | va_private.h | 404 VAStatus vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, 410 VASurfaceID *target_surfaces, int num_surfaces);
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_decoder.c | 757 struct pipe_surface **target_surfaces; in vl_mpeg12_end_frame() local 778 target_surfaces = get_video_buffer_private(dec, target)->surfaces; in vl_mpeg12_end_frame() 789 if (!target_surfaces[i]) continue; in vl_mpeg12_end_frame() 791 vl_mc_set_surface(&buf->mc[i], target_surfaces[i]); in vl_mpeg12_end_frame() 819 if (!target_surfaces[i]) continue; in vl_mpeg12_end_frame() 821 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format); in vl_mpeg12_end_frame()
|
Completed in 3 milliseconds