Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp922 self->chMapping[ch] = ch; in CAacDecoder_Init()
925 self->chMapping[ch] = 255; in CAacDecoder_Init()
1152 self->chMapping[ch] = 255; in CAacDecoder_DecodeFrame()
1280 self->chMapping, in CAacDecoder_DecodeFrame()
1386 self->chMapping, in CAacDecoder_DecodeFrame()
1417 self->chMapping, in CAacDecoder_DecodeFrame()
1680 self->chMapping, in CAacDecoder_DecodeFrame()
1690 if (self->chMapping[c] >= aacChannels) { in CAacDecoder_DecodeFrame()
1693 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]]; in CAacDecoder_DecodeFrame()
1784 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[],