Searched refs:pVolInfo (Results 1 – 2 of 2) sorted by relevance
1665 Bool PVGetVolInfo(VideoDecControls *decCtrl, VolInfo *pVolInfo) in PVGetVolInfo() argument1669 if (pVolInfo == NULL || decCtrl == NULL || decCtrl->videoDecoderData == NULL || in PVGetVolInfo()1675 …pVolInfo->shortVideoHeader = (int32)((VideoDecData *)(decCtrl->videoDecoderData))->shortVideoHeade… in PVGetVolInfo()1676 pVolInfo->dataPartitioning = (int32)currVol->dataPartitioning; in PVGetVolInfo()1677 pVolInfo->errorResDisable = (int32)currVol->errorResDisable; in PVGetVolInfo()1678 pVolInfo->useReverseVLC = (int32)currVol->useReverseVLC; in PVGetVolInfo()1679 pVolInfo->scalability = (int32)currVol->scalability; in PVGetVolInfo()1680 pVolInfo->nbitsTimeIncRes = (int32)currVol->nbitsTimeIncRes; in PVGetVolInfo()1681 pVolInfo->profile_level_id = (int32)currVol->profile_level_id; in PVGetVolInfo()
174 Bool PVGetVolInfo(VideoDecControls *decCtrl, VolInfo *pVolInfo); // BX 6/24/04