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

/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp509 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[R] = channelMapping.elInfo[1].ChannelIndex[1];
523 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
524 drcComp->channelIdx[S] = channelMapping.elInfo[2].ChannelIndex[
[all...]
H A Dqc_data.h121 INT ChannelIndex[2]; member in struct:__anon127
H A Dchannel_map.cpp231 elInfo->ChannelIndex[0]=assign[counter++];
237 elInfo->ChannelIndex[0]=assign[counter++];
238 elInfo->ChannelIndex[1]=assign[counter++];
243 elInfo->ChannelIndex[0]=0;
244 elInfo->ChannelIndex[1]=0;
H A Daacenc_lib.cpp461 sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0];
462 sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1];
H A Daacenc.cpp732 cm->elInfo[el].ChannelIndex,
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h253 UCHAR ChannelIndex[2]; member in struct:__anon229
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp939 samples + hSbrElement->elInfo.ChannelIndex[ch],
973 INT_PCM* pSamples[2] = {samples + hSbrElement->elInfo.ChannelIndex[0],samples + hSbrElement->elInfo.ChannelIndex[1]};
980 samples + hSbrElement->elInfo.ChannelIndex[ch],
1062 samples + hSbrElement->elInfo.ChannelIndex[ch] + hEnvEncoder->bufferOffset,
1065 samples + hSbrElement->elInfo.ChannelIndex[ch],
1417 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0];
1432 hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch];

Completed in 187 milliseconds