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

  /external/aac/libAACdec/src/
aacdecoder.h 190 UCHAR chMapIndex; /*!< Index to access one line of the channelOutputMapping table. This is required
aacdecoder.cpp 876 el = CProgramConfig_GetElementTable(&asc->m_progrConfigElement, self->elements, (8), &self->chMapIndex);
884 self->chMapIndex = 0;
927 self->chMapIndex = asc->m_channelConfiguration;
    [all...]
aacdecoder_lib.cpp 916 int chOutMapIdx = ((self->chMapIndex==0) && (self->streamInfo.numChannels<7)) ? self->streamInfo.numChannels : self->chMapIndex;
    [all...]

Completed in 542 milliseconds