Searched refs:target_surfaces (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/va/ |
D | subpicture.c | 171 VASurfaceID *target_surfaces, int num_surfaces, in vlVaAssociateSubpicture() argument 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() argument 268 surf = handle_table_get(drv->htab, target_surfaces[i]); in vlVaDeassociateSubpicture()
|
D | va_private.h | 372 …aAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, 378 VASurfaceID *target_surfaces, int num_surfaces);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.c | 757 struct pipe_surface **target_surfaces; in vl_mpeg12_end_frame() local 777 target_surfaces = get_video_buffer_private(dec, target)->surfaces; in vl_mpeg12_end_frame() 788 if (!target_surfaces[i]) continue; in vl_mpeg12_end_frame() 790 vl_mc_set_surface(&buf->mc[i], target_surfaces[i]); in vl_mpeg12_end_frame() 818 if (!target_surfaces[i]) continue; in vl_mpeg12_end_frame() 820 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format); in vl_mpeg12_end_frame()
|