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

  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 113 XvImageFormatValues *subpictures; local
117 subpictures = XvMCListSubpictureTypes(dpy, port, surface_type_id, &num_subpics);
119 free(subpictures);
122 if (!subpictures)
126 if (subpictures[i].id == xvimage_id) {
136 port, surface_type_id, xvimage_id, subpictures[i].type, subpictures[i].byte_order,
137 subpictures[i].bits_per_pixel, subpictures[i].format, subpictures[i].num_planes)
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 583 if (!obj_surface->subpictures &&
594 if ((!obj_surface->subpictures) &&
851 PsbVASurfaceRec *subpicture = (PsbVASurfaceRec *)obj_surface->subpictures;
    [all...]
psb_xvva.c 627 obj_rotate_surface->subpictures = NULL;
793 subpic_surface = obj_surface->subpictures;
  /hardware/intel/img/psb_video/src/
psb_output.c     [all...]
psb_drv_video.h 554 void *subpictures;/* if not NULL, have subpicture information */ member in struct:object_surface_s
psb_surface_attrib.c 184 obj_surface->subpictures = NULL;
psb_texture.c 552 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures;
    [all...]

Completed in 2258 milliseconds