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

  /external/aac/libAACenc/src/
metadata_compressor.cpp 176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
505 for (i = 0; i < 9; i++) drcComp->channelIdx[i] = -1;
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]
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 567 const UINT channelIdx,
596 getImplicitAudioChannelTypeAndIndex(&chType[channelIdx], &chIndex[channelIdx], channelConfig, channelIdx);
598 chType[channelIdx+1] = chType[channelIdx];
599 chIndex[channelIdx+1] = chIndex[channelIdx]+1;
684 chMapping[chIdx] = channelIdx;
688 chMapping[chIdx+1] = channelIdx+1
    [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 219 * \param channelIdx The current channel count of the decoder parser.
233 const UINT channelIdx,

Completed in 57 milliseconds