Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp1859 self->chMapping[ch] = ch; in CAacDecoder_Init()
1862 self->chMapping[ch] = 255; in CAacDecoder_Init()
2560 self->chMapping[ch] = 255; in CAacDecoder_DecodeFrame()
2764 aacChannels, self->chMapping, self->channelType, in CAacDecoder_DecodeFrame()
2870 self->chMapping, self->channelType, self->channelIndices, in CAacDecoder_DecodeFrame()
2888 self->chMapping, self->channelType, self->channelIndices, (8), in CAacDecoder_DecodeFrame()
3304 (self->chMapping[c] == 255) ? 255 : tmpChMap[self->chMapping[c]]; in CAacDecoder_DecodeFrame()
3310 FDKmemcpy(drcChMap, self->chMapping, (8) * sizeof(UCHAR)); in CAacDecoder_DecodeFrame()
3342 if (self->chMapping[d] == c) { in CAacDecoder_DecodeFrame()
Daacdecoder.h221 UCHAR chMapping[((8) * 2)]; /*!< Table of MPEG canonical order to bitstream member
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp793 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[], in CProgramConfig_LookupElement() argument
905 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
909 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
962 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
966 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
1018 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
1022 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement()
1068 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h243 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],