Home
last modified time | relevance | path

Searched refs:ChannelIndex (Results 1 – 7 of 7) sorted by relevance

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp509 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()
523 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
524 drcComp->channelIdx[S] = channelMapping.elInfo[2].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
[all …]
Dchannel_map.cpp237 elInfo->ChannelIndex[0]=assign[counter++]; in FDKaacEnc_initElement()
243 elInfo->ChannelIndex[0]=assign[counter++]; in FDKaacEnc_initElement()
244 elInfo->ChannelIndex[1]=assign[counter++]; in FDKaacEnc_initElement()
249 elInfo->ChannelIndex[0]=0; in FDKaacEnc_initElement()
250 elInfo->ChannelIndex[1]=0; in FDKaacEnc_initElement()
Dqc_data.h121 INT ChannelIndex[2]; member
Daacenc_lib.cpp604 sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0]; in aacEncDistributeSbrBits()
605 sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1]; in aacEncDistributeSbrBits()
Daacenc.cpp766 cm->elInfo[el].ChannelIndex, in FDKaacEnc_EncodeFrame()
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1080 samples + hSbrElement->elInfo.ChannelIndex[ch], in FDKsbrEnc_EnvEncodeFrame()
1117 …* pSamples[2] = {samples + hSbrElement->elInfo.ChannelIndex[0],samples + hSbrElement->elInfo.Chann… in FDKsbrEnc_EnvEncodeFrame()
1124 … samples + hSbrElement->elInfo.ChannelIndex[ch], in FDKsbrEnc_EnvEncodeFrame()
1206 … samples + hSbrElement->elInfo.ChannelIndex[ch] + hEnvEncoder->bufferOffset, in FDKsbrEnc_EnvEncodeFrame()
1209 samples + hSbrElement->elInfo.ChannelIndex[ch], in FDKsbrEnc_EnvEncodeFrame()
1583 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0]; in FDKsbrEnc_Reallocate()
1598 hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch]; in FDKsbrEnc_Reallocate()
/external/aac/libSBRenc/include/
Dsbr_encoder.h271 UCHAR ChannelIndex[2]; member