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

  /hardware/intel/img/psb_video/src/
psb_output.c 1383 subpic_surface_s *subpic_surface; local
1455 subpic_surface_s *subpic_surface, *pre_subpic_surface = NULL; local
1549 subpic_surface_s *subpic_surface = (subpic_surface_s *)obj_subpic->surfaces; local
1595 subpic_surface_s *subpic_surface; local
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 678 PsbVASurfaceRec *subpic_surface; local
793 subpic_surface = obj_surface->subpictures;
794 while (subpic_surface) {
797 memcpy(tmp, subpic_surface, sizeof(*tmp));
802 if (subpic_surface->palette_ptr)
803 memcpy(&tmp->palette[0], subpic_surface->palette_ptr, 16 * sizeof(PsbAYUVSample8));
805 subpic_surface = subpic_surface->next;

Completed in 135 milliseconds