Searched refs:subpictures (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c112 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[
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xvmc.c78 static XF86ImagePtr subpictures[] = variable
90 sizeof(subpictures)/sizeof(*subpictures),
91 subpictures,

Completed in 199 milliseconds