Lines Matching refs:pAdaptor
109 xvAdaptorInfo *pAdaptor
113 swapl(&pAdaptor->base_id, n);
114 swaps(&pAdaptor->name_size, n);
115 swaps(&pAdaptor->num_ports, n);
116 swaps(&pAdaptor->num_formats, n);
118 (void)WriteToClient(client, sz_xvAdaptorInfo, (char *)pAdaptor);
353 ((_p)->id != _i) ? (* (_p)->pAdaptor->ddAllocatePort)(_i,_p,&_p) : Success
491 rep.num_encodings = pPort->pAdaptor->nEncodings;
495 ne = pPort->pAdaptor->nEncodings;
496 pe = pPort->pAdaptor->pEncodings;
508 ne = pPort->pAdaptor->nEncodings;
509 pe = pPort->pAdaptor->pEncodings;
546 if (!(pPort->pAdaptor->type & XvInputMask) ||
547 !(pPort->pAdaptor->type & XvVideoMask))
584 if (!(pPort->pAdaptor->type & XvInputMask) ||
585 !(pPort->pAdaptor->type & XvStillMask))
622 if (!(pPort->pAdaptor->type & XvOutputMask) ||
623 !(pPort->pAdaptor->type & XvVideoMask))
660 if (!(pPort->pAdaptor->type & XvOutputMask) ||
661 !(pPort->pAdaptor->type & XvStillMask))
884 (* pPort->pAdaptor->ddQueryBestSize)(client, pPort, stuff->motion,
919 rep.num_attributes = pPort->pAdaptor->nAttributes;
922 for(i = 0, pAtt = pPort->pAdaptor->pAttributes;
923 i < pPort->pAdaptor->nAttributes; i++, pAtt++)
928 rep.length = (pPort->pAdaptor->nAttributes * sz_xvAttributeInfo)
934 for(i = 0, pAtt = pPort->pAdaptor->pAttributes;
935 i < pPort->pAdaptor->nAttributes; i++, pAtt++)
973 if (!(pPort->pAdaptor->type & XvImageMask) ||
974 !(pPort->pAdaptor->type & XvInputMask))
986 for(i = 0; i < pPort->pAdaptor->nImages; i++) {
987 if(pPort->pAdaptor->pImages[i].id == stuff->id) {
988 pImage = &(pPort->pAdaptor->pImages[i]);
998 size = (*pPort->pAdaptor->ddQueryImageAttributes)(client,
1053 if (!(pPort->pAdaptor->type & XvImageMask) ||
1054 !(pPort->pAdaptor->type & XvInputMask))
1066 for(i = 0; i < pPort->pAdaptor->nImages; i++) {
1067 if(pPort->pAdaptor->pImages[i].id == stuff->id) {
1068 pImage = &(pPort->pAdaptor->pImages[i]);
1083 size_needed = (*pPort->pAdaptor->ddQueryImageAttributes)(client,
1141 for(i = 0; i < pPort->pAdaptor->nImages; i++) {
1142 if(pPort->pAdaptor->pImages[i].id == stuff->id) {
1143 pImage = &(pPort->pAdaptor->pImages[i]);
1165 size = (*pPort->pAdaptor->ddQueryImageAttributes)(client, pPort, pImage,
1202 rep.num_formats = pPort->pAdaptor->nImages;
1203 rep.length = bytes_to_int32(pPort->pAdaptor->nImages * sz_xvImageFormatInfo);
1207 pImage = pPort->pAdaptor->pImages;
1209 for(i = 0; i < pPort->pAdaptor->nImages; i++, pImage++) {