Searched refs:chMapping (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 1746 self->chMapping[ch] = ch; in CAacDecoder_Init() 1749 self->chMapping[ch] = 255; in CAacDecoder_Init() 2419 self->chMapping[ch] = 255; in CAacDecoder_DecodeFrame() 2623 aacChannels, self->chMapping, self->channelType, in CAacDecoder_DecodeFrame() 2729 self->chMapping, self->channelType, self->channelIndices, in CAacDecoder_DecodeFrame() 2747 self->chMapping, self->channelType, self->channelIndices, (8), in CAacDecoder_DecodeFrame() 3145 (self->chMapping[c] == 255) ? 255 : tmpChMap[self->chMapping[c]]; in CAacDecoder_DecodeFrame() 3151 FDKmemcpy(drcChMap, self->chMapping, (8) * sizeof(UCHAR)); in CAacDecoder_DecodeFrame() 3181 if (self->chMapping[d] == c) { in CAacDecoder_DecodeFrame()
|
D | aacdecoder.h | 212 UCHAR chMapping[((8) * 2)]; /*!< Table of MPEG canonical order to bitstream member
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 648 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[], in CProgramConfig_LookupElement() argument 760 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 764 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 817 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 821 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 873 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement() 877 chMapping[chIdx + 1] = channelIdx + 1; in CProgramConfig_LookupElement() 923 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 243 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],
|