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

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmain.c1040 XvAttributePtr pAttribute = pAdaptor->pAttributes; local in function:XvFreeAdaptor
1042 for (i = 0; i < pAdaptor->nAttributes; i++, pAttribute++)
1043 free(pAttribute->name);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.c283 XvAttributePtr pAttribute = pAdaptor->pAttributes; local in function:KdXVFreeAdaptor
285 for(i = 0; i < pAdaptor->nAttributes; i++, pAttribute++) {
286 free(pAttribute->name);
315 XvAttributePtr pAttribute, pat; local in function:KdXVInitAdaptors
434 (pAttribute = calloc(adaptorPtr->nAttributes, sizeof(XvAttributeRec))))
436 for(pat = pAttribute, attributePtr = adaptorPtr->pAttributes, i = 0;
445 pa->pAttributes = pAttribute;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.c347 XvAttributePtr pAttribute = pAdaptor->pAttributes; local in function:xf86XVFreeAdaptor
349 for(i = 0; i < pAdaptor->nAttributes; i++, pAttribute++)
350 free(pAttribute->name);
374 XvAttributePtr pAttribute, pat; local in function:xf86XVInitAdaptors
493 (pAttribute = calloc(adaptorPtr->nAttributes, sizeof(XvAttributeRec))))
495 for(pat = pAttribute, attributePtr = adaptorPtr->pAttributes, i = 0;
504 pa->pAttributes = pAttribute;

Completed in 7 milliseconds