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 869 el = CProgramConfig_GetElementTable(&asc->m_progrConfigElement, self->elements, (8), &self->chMapIndex);
877 self->chMapIndex = 0;
920 self->chMapIndex = asc->m_channelConfiguration;
    [all...]
aacdecoder_lib.cpp 921 int chOutMapIdx = ((self->chMapIndex==0) && (numCoreChannel<7)) ? numCoreChannel : self->chMapIndex;
    [all...]

Completed in 660 milliseconds