Searched refs:channelIdx (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */ member in struct:DRC_COMP
505 for (i = 0; i < 9; i++) drcComp->channelIdx[i] = -1;
509 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
512 drcComp->channelIdx[L] = channelMapping.elInfo[0].ChannelIndex[0];
513 drcComp->channelIdx[R] = channelMapping.elInfo[0].ChannelIndex[1];
516 drcComp->channelIdx[L] = channelMapping.elInfo[1].ChannelIndex[0];
517 drcComp->channelIdx[R] = channelMapping.elInfo[1].ChannelIndex[1];
518 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
521 drcComp->channelIdx[L] = channelMapping.elInfo[1].ChannelIndex[0];
522 drcComp->channelIdx[
[all...]
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp567 const UINT channelIdx,
596 getImplicitAudioChannelTypeAndIndex(&chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx);
598 chType[channelIdx+1] = chType[channelIdx];
599 chIndex[channelIdx+1] = chIndex[channelIdx]+1;
684 chMapping[chIdx] = channelIdx;
688 chMapping[chIdx+1] = channelIdx
563 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
[all...]
/external/aac/libMpegTPDec/include/
H A Dtpdec_lib.h219 * \param channelIdx The current channel count of the decoder parser.
233 const UINT channelIdx,

Completed in 122 milliseconds