Home
last modified time | relevance | path

Searched refs:chMapping (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp915 self->chMapping[ch] = ch; in CAacDecoder_Init()
918 self->chMapping[ch] = 255; in CAacDecoder_Init()
1154 self->chMapping[ch] = 255; in CAacDecoder_DecodeFrame()
1285 self->chMapping, in CAacDecoder_DecodeFrame()
1391 self->chMapping, in CAacDecoder_DecodeFrame()
1422 self->chMapping, in CAacDecoder_DecodeFrame()
1692 self->chMapping, in CAacDecoder_DecodeFrame()
1702 if (self->chMapping[c] >= aacChannels) { in CAacDecoder_DecodeFrame()
1705 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]]; in CAacDecoder_DecodeFrame()
1796 self->chMapping, in CAacDecoder_DecodeFrame()
Daacdecoder.h182 …UCHAR chMapping[(8)]; /*!< Table of MPEG canonical order to bitstream channel or… member
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp568 UCHAR chMapping[], in CProgramConfig_LookupElement() argument
684 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
688 chMapping[chIdx+1] = channelIdx+1; in CProgramConfig_LookupElement()
738 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
742 chMapping[chIdx+1] = channelIdx+1; in CProgramConfig_LookupElement()
792 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
796 chMapping[chIdx+1] = channelIdx+1; in CProgramConfig_LookupElement()
841 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h234 UCHAR chMapping[],