HomeSort by relevance Sort by last modified time
    Searched defs:pAacDecoderChannelInfo (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
aacdecoder.cpp 808 if (self->pAacDecoderChannelInfo[ch] != NULL) {
809 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
1027 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1028 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
1031 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1035 self->pAacDecoderChannelInfo[ch]->pDynData = aacDecoderDynamicData;
1036 self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData;
    [all...]
aacdecoder.h 195 CAacDecoderChannelInfo *pAacDecoderChannelInfo[(8)]; /*!< Temporal channel memory */
198 CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */

Completed in 753 milliseconds