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

  /external/aac/libAACdec/src/
aacdecoder.h 189 const UCHAR (*channelOutputMapping)[8]; /*!< Table for MPEG canonical order to output channel order mapping. */
190 UCHAR chMapIndex; /*!< Index to access one line of the channelOutputMapping table. This is required
aacdecoder_lib.cpp 542 self->channelOutputMapping = channelMappingTablePassthrough;
547 self->channelOutputMapping = channelMappingTableWAV;
664 aacDec->channelOutputMapping = channelMappingTableWAV;
955 self->channelOutputMapping[chOutMapIdx],
1006 self->channelOutputMapping,
    [all...]
aacdecoder.cpp     [all...]

Completed in 67 milliseconds