Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp176 …INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE… member
505 for (i = 0; i < 9; i++) drcComp->channelIdx[i] = -1; in FDK_DRC_Generator_Initialize()
509 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
512 drcComp->channelIdx[L] = channelMapping.elInfo[0].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
513 drcComp->channelIdx[R] = channelMapping.elInfo[0].ChannelIndex[1]; in FDK_DRC_Generator_Initialize()
516 drcComp->channelIdx[L] = channelMapping.elInfo[1].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
517 drcComp->channelIdx[R] = channelMapping.elInfo[1].ChannelIndex[1]; in FDK_DRC_Generator_Initialize()
518 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
521 drcComp->channelIdx[L] = channelMapping.elInfo[1].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
522 drcComp->channelIdx[R] = channelMapping.elInfo[1].ChannelIndex[1]; in FDK_DRC_Generator_Initialize()
[all …]
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp582 const UINT channelIdx, in CProgramConfig_LookupElement() argument
611 …getImplicitAudioChannelTypeAndIndex(&chType[channelIdx], &chIndex[channelIdx], channelConfig, chan… in CProgramConfig_LookupElement()
613 chType[channelIdx+1] = chType[channelIdx]; in CProgramConfig_LookupElement()
614 chIndex[channelIdx+1] = chIndex[channelIdx]+1; in CProgramConfig_LookupElement()
699 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
703 chMapping[chIdx+1] = channelIdx+1; in CProgramConfig_LookupElement()
753 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
757 chMapping[chIdx+1] = channelIdx+1; in CProgramConfig_LookupElement()
807 chMapping[chIdx] = channelIdx; in CProgramConfig_LookupElement()
811 chMapping[chIdx+1] = channelIdx+1; in CProgramConfig_LookupElement()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h233 const UINT channelIdx,