Searched refs:target_surfaces (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/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 | 394 …aAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, 400 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 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()
|