Home | History | Annotate | Download | only in Xext

Lines Matching refs:pAdaptor

347                 (void) (*pp->pAdaptor->ddStopVideo) (pp, pDrawable);
535 (void) (*pPort->pAdaptor->ddPutVideo) (pDraw, pPort, pGC,
577 status = (*pPort->pAdaptor->ddPutStill) (pDraw, pPort, pGC,
613 return (*pPort->pAdaptor->ddPutImage) (pDraw, pPort, pGC,
652 (void) (*pPort->pAdaptor->ddGetVideo) (pDraw, pPort, pGC,
692 status = (*pPort->pAdaptor->ddGetStill) (pDraw, pPort, pGC,
927 status = (*pPort->pAdaptor->ddStopVideo) (pPort, pDraw);
945 pa = pPort->pAdaptor;
970 (*pPort->pAdaptor->ddSetPortAttribute) (pPort, attribute,
984 (*pPort->pAdaptor->ddGetPortAttribute) (pPort, attribute,
1017 XvFreeAdaptor(XvAdaptorPtr pAdaptor)
1021 free(pAdaptor->name);
1022 pAdaptor->name = NULL;
1024 if (pAdaptor->pEncodings) {
1025 XvEncodingPtr pEncode = pAdaptor->pEncodings;
1027 for (i = 0; i < pAdaptor->nEncodings; i++, pEncode++)
1029 free(pAdaptor->pEncodings);
1030 pAdaptor->pEncodings = NULL;
1033 free(pAdaptor->pFormats);
1034 pAdaptor->pFormats = NULL;
1036 free(pAdaptor->pPorts);
1037 pAdaptor->pPorts = NULL;
1039 if (pAdaptor->pAttributes) {
1040 XvAttributePtr pAttribute = pAdaptor->pAttributes;
1042 for (i = 0; i < pAdaptor->nAttributes; i++, pAttribute++)
1044 free(pAdaptor->pAttributes);
1045 pAdaptor->pAttributes = NULL;
1048 free(pAdaptor->pImages);
1049 pAdaptor->pImages = NULL;
1051 free(pAdaptor->devPriv.ptr);
1052 pAdaptor->devPriv.ptr = NULL;