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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1739 Bool PVGetVolInfo(VideoDecControls *decCtrl, VolInfo *pVolInfo) argument
1743 if (pVolInfo == NULL || decCtrl == NULL || decCtrl->videoDecoderData == NULL ||
1749 pVolInfo->shortVideoHeader = (int32)((VideoDecData *)(decCtrl->videoDecoderData))->shortVideoHeader;
1750 pVolInfo->dataPartitioning = (int32)currVol->dataPartitioning;
1751 pVolInfo->errorResDisable = (int32)currVol->errorResDisable;
1752 pVolInfo->useReverseVLC = (int32)currVol->useReverseVLC;
1753 pVolInfo->scalability = (int32)currVol->scalability;
1754 pVolInfo->nbitsTimeIncRes = (int32)currVol->nbitsTimeIncRes;
1755 pVolInfo->profile_level_id = (int32)currVol->profile_level_id;

Completed in 52 milliseconds