Searched refs:XvAttribute (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | attributes.c | 45 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 D | attributes.c | 45 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 D | Xvlib.h | 69 } XvAttribute; typedef in typeref:struct:__anon3b3c96a30208 305 extern XvAttribute *XvQueryPortAttributes(
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | viaXvMCPriv.h | 118 XvAttribute attribDesc[VIA_NUM_XVMC_ATTRIBUTES]; /* Attribute decriptions */
|
| H A D | viaXvMC.c | 158 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 D | XvMClib.h | 156 XvAttribute *XvMCQueryAttributes(Display *display,
|
| /xsrc/external/mit/libXv/dist/src/ |
| H A D | Xv.c | 821 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 D | xvinfo.c | 98 XvAttribute *attributes;
|
| /xsrc/external/mit/libXvMC/dist/wrapper/ |
| H A D | XvMCWrapper.c | 110 typedef XvAttribute *(*XvMCQueryAttributesP)(Display *, XvMCContext *, int *); 750 XvAttribute *
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | intel_xvmc.c | 992 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display * display,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | intel_xvmc.c | 992 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display * display,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | intel_xvmc.c | 1097 _X_EXPORT XvAttribute *XvMCQueryAttributes(Display *display, XvMCContext *context,
|
| H A D | I810XvMC.c | 4314 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 D | I810XvMC.c | 4314 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 D | I810XvMC.c | 4314 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