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

  /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,
  /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/xvmc/tests/
test_subpicture.c 139 printf("Subpictures not supported, nothing to test.\n");
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_subpicture.c 139 printf("Subpictures not supported, nothing to test.\n");
  /external/chromium_org/third_party/libva/va/
va_vpp.h 310 /** \brief Specifies whether to apply subpictures when processing a surface. */
403 * ID of the source surface to process. If subpictures are associated
459 * Flags to control the pipeline, like whether to apply subpictures
va.h 45 * rev 0.23 (09/11/2007 Jonathan Bian) - Fixed some issues with images and subpictures.
    [all...]

Completed in 857 milliseconds