Searched defs:pVolInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1732 Bool PVGetVolInfo(VideoDecControls *decCtrl, VolInfo *pVolInfo) argument
1736 if (pVolInfo == NULL || decCtrl == NULL || decCtrl->videoDecoderData == NULL ||
1742 pVolInfo->shortVideoHeader = (int32)((VideoDecData *)(decCtrl->videoDecoderData))->shortVideoHeader;
1743 pVolInfo->dataPartitioning = (int32)currVol->dataPartitioning;
1744 pVolInfo->errorResDisable = (int32)currVol->errorResDisable;
1745 pVolInfo->useReverseVLC = (int32)currVol->useReverseVLC;
1746 pVolInfo->scalability = (int32)currVol->scalability;
1747 pVolInfo->nbitsTimeIncRes = (int32)currVol->nbitsTimeIncRes;
1748 pVolInfo->profile_level_id = (int32)currVol->profile_level_id;

Completed in 24 milliseconds