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

  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 273 UCHAR chMapping[],
335 chMapping[cc] = channelIdx;
339 chMapping[cc+1] = channelIdx+1;
356 chMapping[cc] = channelIdx;
360 chMapping[cc+1] = channelIdx+1;
377 chMapping[cc] = channelIdx;
381 chMapping[cc+1] = channelIdx+1;
404 chMapping[cc] = channelIdx;
  /external/aac/libAACdec/src/
aacdecoder.h 181 UCHAR chMapping[(6)]; /*!< Table of MPEG canonical order to bitstream channel order mapping. */
aacdecoder.cpp 862 self->chMapping[ch] = ch;
865 self->chMapping[ch] = 255;
    [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 198 * \param chMapping Array to store the canonical channel mapping indexes.
212 UCHAR chMapping[],

Completed in 74 milliseconds