Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp412 UCHAR chMapping[], in CProgramConfig_LookupElement() argument
480 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
484 chMapping[cc+1] = channelIdx+1; in CProgramConfig_LookupElement()
501 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
505 chMapping[cc+1] = channelIdx+1; in CProgramConfig_LookupElement()
522 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
526 chMapping[cc+1] = channelIdx+1; in CProgramConfig_LookupElement()
549 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
/external/aac/libAACdec/src/
Daacdecoder.cpp892 self->chMapping[ch] = ch; in CAacDecoder_Init()
895 self->chMapping[ch] = 255; in CAacDecoder_Init()
1123 self->chMapping[ch] = 255; in CAacDecoder_DecodeFrame()
1254 self->chMapping, in CAacDecoder_DecodeFrame()
1360 self->chMapping, in CAacDecoder_DecodeFrame()
1393 self->chMapping, in CAacDecoder_DecodeFrame()
1647 self->chMapping, in CAacDecoder_DecodeFrame()
1657 if (self->chMapping[c] >= aacChannels) { in CAacDecoder_DecodeFrame()
1660 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]]; in CAacDecoder_DecodeFrame()
1741 self->chMapping, in CAacDecoder_DecodeFrame()
Daacdecoder.h181 …UCHAR chMapping[(6)]; /*!< Table of MPEG canonical order to bitstream channel or… member
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h233 UCHAR chMapping[],