Searched refs:ChannelIndex (Results 1 - 8 of 8) sorted by relevance

/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp1063 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
1066 drcComp->channelIdx[L] = channelMapping.elInfo[0].ChannelIndex[0];
1067 drcComp->channelIdx[R] = channelMapping.elInfo[0].ChannelIndex[1];
1070 drcComp->channelIdx[L] = channelMapping.elInfo[1].ChannelIndex[0];
1071 drcComp->channelIdx[R] = channelMapping.elInfo[1].ChannelIndex[1];
1072 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
1075 drcComp->channelIdx[L] = channelMapping.elInfo[1].ChannelIndex[0];
1076 drcComp->channelIdx[R] = channelMapping.elInfo[1].ChannelIndex[1];
1077 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
1078 drcComp->channelIdx[S] = channelMapping.elInfo[2].ChannelIndex[
[all...]
H A Dchannel_map.cpp201 elInfo->ChannelIndex[0] =
207 elInfo->ChannelIndex[0] =
209 elInfo->ChannelIndex[1] =
215 elInfo->ChannelIndex[0] = 0;
216 elInfo->ChannelIndex[1] = 0;
H A Dqc_data.h131 INT ChannelIndex[2]; member in struct:__anon322
H A Daacenc_lib.cpp694 sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0];
695 sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1];
H A Daacenc.cpp774 cm->elInfo[el].ChannelIndex, cm->nChannels);
H A Dadj_thr.cpp1743 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch];
1823 const INT chIdx = cm->elInfo[elementId].ChannelIndex[ch];
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h288 UCHAR ChannelIndex[2]; member in struct:__anon665
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1084 samples + hSbrElement->elInfo.ChannelIndex[ch] * samplesBufSize, 0,
1117 samples + hSbrElement->elInfo.ChannelIndex[0] * samplesBufSize,
1118 samples + hSbrElement->elInfo.ChannelIndex[1] * samplesBufSize};
1123 samples + hSbrElement->elInfo.ChannelIndex[ch] * samplesBufSize,
1231 hSbrElement->elInfo.ChannelIndex[ch] * samplesBufSize +
1234 samples + hSbrElement->elInfo.ChannelIndex[ch] * samplesBufSize,
1598 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0];
1615 hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch];

Completed in 418 milliseconds