HomeSort by relevance Sort by last modified time
    Searched full:channelindex (Results 1 - 15 of 15) 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 164 &aacEnc->psyKernel.psyData[elInfo->ChannelIndex[0]],
165 &aacEnc->psyKernel.tnsData[elInfo->ChannelIndex[0]],
168 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
182 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
184 &aacEnc->qcOut.qcChannel[elInfo->ChannelIndex[0]],
bitenc.c 628 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
629 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
633 &qcOut->qcChannel[elInfo.ChannelIndex[0]],
644 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
646 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets;
649 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
651 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo;
656 &qcOut->qcChannel[elInfo.ChannelIndex[0]],
psy_main.c 273 timeSignal+elemInfo->ChannelIndex[ch],
287 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...]
channel_map.cpp 237 elInfo->ChannelIndex[0]=assign[counter++];
243 elInfo->ChannelIndex[0]=assign[counter++];
244 elInfo->ChannelIndex[1]=assign[counter++];
249 elInfo->ChannelIndex[0]=0;
250 elInfo->ChannelIndex[1]=0;
qc_data.h 121 INT ChannelIndex[2];
aacenc_lib.cpp 628 sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0];
629 sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1];
    [all...]
aacenc.cpp 741 cm->elInfo[el].ChannelIndex,
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 55 Word16 ChannelIndex[MAX_CHANNELS];
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 366 int channelIndex;
367 channelIndex = soundPool.play(audioData.getId(), 1f, 1f, 1, 0, 1f);
368 src.setChannel(channelIndex);
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 180 Log.i(TAG, "config on channelIndex : " + mBandIndex + " Band: " +
  /external/aac/libSBRenc/include/
sbr_encoder.h 260 UCHAR ChannelIndex[2];
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 651 // For channelIndex use one frame in bytes for buffer size.
    [all...]

Completed in 420 milliseconds