Searched refs:chMapping (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1859 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()
|
D | aacdecoder.h | 221 UCHAR chMapping[((8) * 2)]; /*!< Table of MPEG canonical order to bitstream member
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 243 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 793 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()
|