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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1680 Bool PVGetVolInfo(VideoDecControls *decCtrl, VolInfo *pVolInfo) argument
1684 if (pVolInfo == NULL || decCtrl == NULL || decCtrl->videoDecoderData == NULL ||
1690 pVolInfo->shortVideoHeader = (int32)((VideoDecData *)(decCtrl->videoDecoderData))->shortVideoHeader;
1691 pVolInfo->dataPartitioning = (int32)currVol->dataPartitioning;
1692 pVolInfo->errorResDisable = (int32)currVol->errorResDisable;
1693 pVolInfo->useReverseVLC = (int32)currVol->useReverseVLC;
1694 pVolInfo->scalability = (int32)currVol->scalability;
1695 pVolInfo->nbitsTimeIncRes = (int32)currVol->nbitsTimeIncRes;
1696 pVolInfo->profile_level_id = (int32)currVol->profile_level_id;

Completed in 216 milliseconds