Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c149 XvImageFormatValues *subpictures; in Validate() local
153 subpictures = XvMCListSubpictureTypes(dpy, port, surface_type_id, &num_subpics); in Validate()
155 free(subpictures); in Validate()
158 if (!subpictures) in Validate()
162 if (subpictures[i].id == xvimage_id) { in Validate()
172 port, surface_type_id, xvimage_id, subpictures[i].type, subpictures[i].byte_order, in Validate()
173 subpictures[i].bits_per_pixel, subpictures[i].format, subpictures[ in Validate()
[all...]

Completed in 1 milliseconds