Searched refs:chMapIndex (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 227 UCHAR chMapIndex; /*!< Index to access one line of the channelOutputMapping member
|
D | aacdecoder.cpp | 1558 self->chMapIndex = 0; in CAacDecoder_Init() 1574 &self->chMapIndex); in CAacDecoder_Init() 1583 self->chMapIndex = 0; in CAacDecoder_Init() 1763 self->chMapIndex = asc->m_channelConfiguration; in CAacDecoder_Init() 2791 pce, self->elements, (((8)) + (8)), &self->chMapIndex); in CAacDecoder_DecodeFrame() 3145 self->chMapIndex = (aacChannels < 7) ? aacChannels : 0; in CAacDecoder_DecodeFrame() 3264 &self->mapDescr, Reverse_chMapping[cIdx], self->chMapIndex) * in CAacDecoder_DecodeFrame() 3475 FDK_chMapDescr_getMapValue(&self->mapDescr, c, self->chMapIndex); in CAacDecoder_DecodeFrame()
|
D | aacdecoder_lib.cpp | 1485 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1617 &self->mapDescr, self->chMapIndex, self->frameOK, &self->psPossible, in aacDecoder_DecodeFrame() 1694 &self->mapDescr, (UCHAR)ch, self->chMapIndex); in aacDecoder_DecodeFrame()
|