Searched refs:chMapIndex (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 224 UCHAR chMapIndex; /*!< Index to access one line of the channelOutputMapping member
|
D | aacdecoder.cpp | 1548 self->chMapIndex = 0; in CAacDecoder_Init() 1564 &self->chMapIndex); in CAacDecoder_Init() 1573 self->chMapIndex = 0; in CAacDecoder_Init() 1753 self->chMapIndex = asc->m_channelConfiguration; in CAacDecoder_Init() 2765 pce, self->elements, (((8)) + (8)), &self->chMapIndex); in CAacDecoder_DecodeFrame() 3119 self->chMapIndex = (aacChannels < 7) ? aacChannels : 0; in CAacDecoder_DecodeFrame() 3237 &self->mapDescr, Reverse_chMapping[cIdx], self->chMapIndex) * in CAacDecoder_DecodeFrame() 3444 FDK_chMapDescr_getMapValue(&self->mapDescr, c, self->chMapIndex); in CAacDecoder_DecodeFrame()
|
D | aacdecoder_lib.cpp | 1487 &self->mapDescr, self->chMapIndex, in aacDecoder_DecodeFrame() 1618 &self->mapDescr, self->chMapIndex, in aacDecoder_DecodeFrame() 1697 &self->mapDescr, (UCHAR)ch, self->chMapIndex); in aacDecoder_DecodeFrame()
|