HomeSort by relevance Sort by last modified time
    Searched refs:ChannelIndex (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
channel_map.c 41 elInfo->ChannelIndex[0]=0;
50 elInfo->ChannelIndex[0]=0;
51 elInfo->ChannelIndex[1]=1;
aacenc_core.c 165 &aacEnc->psyKernel.psyData[elInfo->ChannelIndex[0]],
166 &aacEnc->psyKernel.tnsData[elInfo->ChannelIndex[0]],
169 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
183 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
185 &aacEnc->qcOut.qcChannel[elInfo->ChannelIndex[0]],
bitenc.c 625 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
626 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
630 &qcOut->qcChannel[elInfo.ChannelIndex[0]],
641 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
643 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets;
646 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
648 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo;
653 &qcOut->qcChannel[elInfo.ChannelIndex[0]],
psy_main.c 269 timeSignal+elemInfo->ChannelIndex[ch],
283 timeSignal+elemInfo->ChannelIndex[ch],
  /external/aac/libAACenc/src/
metadata_compressor.cpp 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[R] = channelMapping.elInfo[1].ChannelIndex[1];
523 drcComp->channelIdx[C] = channelMapping.elInfo[0].ChannelIndex[0];
524 drcComp->channelIdx[S] = channelMapping.elInfo[2].ChannelIndex[0]
    [all...]
qc_data.h 121 INT ChannelIndex[2];
channel_map.cpp 231 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;
aacenc_lib.cpp 461 sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0];
462 sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1];
    [all...]
aacenc.cpp 732 cm->elInfo[el].ChannelIndex,
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 55 Word16 ChannelIndex[MAX_CHANNELS];
  /external/aac/libSBRenc/include/
sbr_encoder.h 253 UCHAR ChannelIndex[2];
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 2021 milliseconds