HomeSort by relevance Sort by last modified time
    Searched refs:target_surfaces (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
va_subpicture.c 121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces,
137 VASurfaceID *target_surfaces, int num_surfaces)
va_private.h 133 VASurfaceID *target_surfaces,
144 VAStatus vlVaDeassociateSubpicture(VADriverContextP ctx,VASubpictureID subpicture,VASurfaceID *target_surfaces,int num_surfaces);
  /hardware/intel/common/libva/va/
va_backend.h 319 VASurfaceID *target_surfaces,
339 VASurfaceID *target_surfaces,
va.c     [all...]
va.h     [all...]
  /hardware/intel/img/psb_video/src/
psb_output.h 332 VASurfaceID *target_surfaces,
352 VASurfaceID *target_surfaces,
psb_output.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 677 struct pipe_surface **target_surfaces; local
698 target_surfaces = target->get_surfaces(target);
709 if (!target_surfaces[i]) continue;
711 vl_mc_set_surface(&buf->mc[i], target_surfaces[i]);
739 if (!target_surfaces[i]) continue;
741 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format);
    [all...]

Completed in 3426 milliseconds