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 188 const UCHAR (*channelOutputMapping)[8]; /*!< Table for MPEG canonical order to output channel order mapping. */
aacdecoder_lib.cpp 470 self->channelOutputMapping = channelMappingTablePassthrough;
475 self->channelOutputMapping = channelMappingTableWAV;
592 aacDec->channelOutputMapping = channelMappingTableWAV;
849 self->channelOutputMapping[self->streamInfo.numChannels-1],
893 self->channelOutputMapping
aacdecoder.cpp     [all...]

Completed in 411 milliseconds