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 795 if (self->pAacDecoderChannelInfo[ch] != NULL) {
796 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
1029 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1030 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
1033 if (self->pAacDecoderChannelInfo[ch] == NULL) {
    [all...]
aacdecoder.h 195 CAacDecoderChannelInfo *pAacDecoderChannelInfo[(8)]; /*!< Temporal channel memory */
198 CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */

Completed in 581 milliseconds