Searched refs:chMapIndex (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 233 UCHAR chMapIndex; /*!< Index to access one line of the channelOutputMapping member
|
D | aacdecoder.cpp | 1662 self->chMapIndex = 0; in CAacDecoder_Init() 1678 &self->chMapIndex); in CAacDecoder_Init() 1687 self->chMapIndex = 0; in CAacDecoder_Init() 1866 self->chMapIndex = asc->m_channelConfiguration; in CAacDecoder_Init() 2906 pce, self->elements, (((8)) + (8)), &self->chMapIndex); in CAacDecoder_DecodeFrame() 3278 self->chMapIndex = (aacChannels < 7) ? aacChannels : 0; in CAacDecoder_DecodeFrame() 3398 &self->mapDescr, Reverse_chMapping[cIdx], self->chMapIndex) * in CAacDecoder_DecodeFrame() 3610 FDK_chMapDescr_getMapValue(&self->mapDescr, c, self->chMapIndex); in CAacDecoder_DecodeFrame()
|
D | aacdecoder_lib.cpp | 1504 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1641 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1718 &self->mapDescr, (UCHAR)ch, self->chMapIndex); in aacDecoder_DecodeFrame()
|