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

  /external/aac/libAACdec/src/
aacdecoder.h 212 UCHAR chMapping[((8) * 2)]; /*!< Table of MPEG canonical order to bitstream
aacdecoder.cpp     [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 231 * \param chMapping Array to store the canonical channel mapping indexes.
243 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 642 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],
753 chMapping[chIdx] = channelIdx;
757 chMapping[chIdx + 1] = channelIdx + 1;
810 chMapping[chIdx] = channelIdx;
814 chMapping[chIdx + 1] = channelIdx + 1;
    [all...]

Completed in 230 milliseconds