Searched refs:pAtt (Results 1 – 1 of 1) sorted by relevance
133 SWriteAttributeInfo(ClientPtr client, xvAttributeInfo * pAtt) in SWriteAttributeInfo() argument135 swapl(&pAtt->flags); in SWriteAttributeInfo()136 swapl(&pAtt->size); in SWriteAttributeInfo()137 swapl(&pAtt->min); in SWriteAttributeInfo()138 swapl(&pAtt->max); in SWriteAttributeInfo()139 WriteToClient(client, sz_xvAttributeInfo, pAtt); in SWriteAttributeInfo()772 XvAttributePtr pAtt; in ProcXvQueryPortAttributes() local788 for (i = 0, pAtt = pPort->pAdaptor->pAttributes; in ProcXvQueryPortAttributes()789 i < pPort->pAdaptor->nAttributes; i++, pAtt++) { in ProcXvQueryPortAttributes()790 rep.text_size += pad_to_int32(strlen(pAtt->name) + 1); in ProcXvQueryPortAttributes()[all …]