Searched defs:chMapping (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdecoder.h182 UCHAR chMapping[(8)]; /*!< Table of MPEG canonical order to bitstream channel order mapping. */ member in struct:AAC_DECODER_INSTANCE
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp583 UCHAR chMapping[],
699 chMapping[chIdx] = channelIdx;
703 chMapping[chIdx+1] = channelIdx+1;
753 chMapping[chIdx] = channelIdx;
757 chMapping[chIdx+1] = channelIdx+1;
807 chMapping[chIdx] = channelIdx;
811 chMapping[chIdx+1] = channelIdx+1;
856 chMapping[chIdx] = channelIdx;
578 CProgramConfig_LookupElement( CProgramConfig *pPce, UINT channelConfig, const UINT tag, const UINT channelIdx, UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[], UCHAR chIndex[], UCHAR *elMapping, MP4_ELEMENT_ID elList[], MP4_ELEMENT_ID elType ) argument

Completed in 305 milliseconds