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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dattributes.c45 static const XvAttribute attributes[] = {
54 XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number)
56 XvAttribute *result;
68 *number = sizeof(attributes) / sizeof(XvAttribute);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dattributes.c45 static const XvAttribute attributes[] = {
54 XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number)
56 XvAttribute *result;
68 *number = sizeof(attributes) / sizeof(XvAttribute);
/xsrc/external/mit/libXv/dist/include/X11/extensions/
H A DXvlib.h69 } XvAttribute; typedef in typeref:struct:__anon3b3c96a30208
305 extern XvAttribute *XvQueryPortAttributes(
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaXvMCPriv.h118 XvAttribute attribDesc[VIA_NUM_XVMC_ATTRIBUTES]; /* Attribute decriptions */
H A DviaXvMC.c158 const ViaXvMCAttrHolder * attrib, XvAttribute attribDesc[])
160 XvAttribute *XvAttribs, *curAD;
188 releaseAttribDesc(int numAttr, XvAttribute attribDesc[])
1773 _X_EXPORT XvAttribute *
1777 XvAttribute *ret;
1790 if (NULL != (ret = (XvAttribute *)
1791 malloc(siz = VIA_NUM_XVMC_ATTRIBUTES * sizeof(XvAttribute)))) {
/xsrc/external/mit/libXvMC/dist/include/X11/extensions/
H A DXvMClib.h156 XvAttribute *XvMCQueryAttributes(Display *display,
/xsrc/external/mit/libXv/dist/src/
H A DXv.c821 XvAttribute *
827 XvAttribute *ret = NULL;
857 if ((rep.num_attributes < ((INT_MAX / 2) / sizeof(XvAttribute))) &&
861 size = (rep.num_attributes * sizeof(XvAttribute)) +
/xsrc/external/mit/xvinfo/dist/
H A Dxvinfo.c98 XvAttribute *attributes;
/xsrc/external/mit/libXvMC/dist/wrapper/
H A DXvMCWrapper.c110 typedef XvAttribute *(*XvMCQueryAttributesP)(Display *, XvMCContext *, int *);
750 XvAttribute *
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dintel_xvmc.c992 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display * display,
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dintel_xvmc.c992 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display * display,
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_xvmc.c1097 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display *display, XvMCContext *context,
H A DI810XvMC.c4314 static XvAttribute I810_XVMC_ATTRIBUTES[] = {
4343 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display *display, XvMCContext *context,
4346 XvAttribute *attributes;
4365 attributes = (XvAttribute *)malloc(NUM_XVMC_ATTRIBUTES *
4366 sizeof(XvAttribute));
4373 sizeof(XvAttribute)));
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c4314 static XvAttribute I810_XVMC_ATTRIBUTES[] = {
4343 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display *display, XvMCContext *context,
4346 XvAttribute *attributes;
4365 attributes = (XvAttribute *)malloc(NUM_XVMC_ATTRIBUTES *
4366 sizeof(XvAttribute));
4373 sizeof(XvAttribute)));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c4314 static XvAttribute I810_XVMC_ATTRIBUTES[] = {
4343 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display *display, XvMCContext *context,
4346 XvAttribute *attributes;
4365 attributes = (XvAttribute *)malloc(NUM_XVMC_ATTRIBUTES *
4366 sizeof(XvAttribute));
4373 sizeof(XvAttribute)));

Completed in 29 milliseconds