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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
subpicture.c 112 XvImageFormatValues *subpictures; local
116 subpictures = XvMCListSubpictureTypes(dpy, port, surface_type_id, &num_subpics);
118 if (subpictures)
119 XFree(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...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 112 XvImageFormatValues *subpictures; local
116 subpictures = XvMCListSubpictureTypes(dpy, port, surface_type_id, &num_subpics);
118 if (subpictures)
119 XFree(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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xvmc.c 78 static XF86ImagePtr subpictures[] = variable
90 sizeof(subpictures)/sizeof(*subpictures),
91 subpictures,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xvmc.c 78 static XF86ImagePtr subpictures[] = variable
90 sizeof(subpictures)/sizeof(*subpictures),
91 subpictures,
  /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 531 void *subpictures;/* if not NULL, have subpicture information */ member in struct:object_surface_s
psb_surface_attrib.c 186 obj_surface->subpictures = NULL;
psb_texture.c 552 surface_subpic = (PsbVASurfaceRec *)obj_surface->subpictures;
    [all...]

Completed in 235 milliseconds