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

/external/aac/libAACdec/src/
H A Daacdecoder.h181 UCHAR chMapping[(6)]; /*!< Table of MPEG canonical order to bitstream channel order mapping. */ member in struct:AAC_DECODER_INSTANCE
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp412 UCHAR chMapping[],
480 chMapping[cc] = channelIdx;
484 chMapping[cc+1] = channelIdx+1;
501 chMapping[cc] = channelIdx;
505 chMapping[cc+1] = channelIdx+1;
522 chMapping[cc] = channelIdx;
526 chMapping[cc+1] = channelIdx+1;
549 chMapping[cc] = channelIdx;
407 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 51 milliseconds