Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp273 UCHAR chMapping[], in CProgramConfig_LookupElement() argument
335 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
339 chMapping[cc+1] = channelIdx+1; in CProgramConfig_LookupElement()
356 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
360 chMapping[cc+1] = channelIdx+1; in CProgramConfig_LookupElement()
377 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
381 chMapping[cc+1] = channelIdx+1; in CProgramConfig_LookupElement()
404 chMapping[cc] = channelIdx; in CProgramConfig_LookupElement()
/external/aac/libAACdec/src/
Daacdecoder.cpp862 self->chMapping[ch] = ch; in CAacDecoder_Init()
865 self->chMapping[ch] = 255; in CAacDecoder_Init()
1078 self->chMapping[ch] = 255; in CAacDecoder_DecodeFrame()
1209 self->chMapping, in CAacDecoder_DecodeFrame()
1315 self->chMapping, in CAacDecoder_DecodeFrame()
1348 self->chMapping, in CAacDecoder_DecodeFrame()
1594 self->chMapping, in CAacDecoder_DecodeFrame()
1604 if (self->chMapping[c] >= aacChannels) { in CAacDecoder_DecodeFrame()
1607 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]]; in CAacDecoder_DecodeFrame()
1691 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.h212 UCHAR chMapping[],