Searched refs:channelIndices (Results 1 – 5 of 5) sorted by relevance
/external/aac/libPCMutils/src/ |
D | pcmutils_lib.cpp | 447 const UCHAR channelIndices[], /* in */ in getChannelMode() argument 462 FDK_ASSERT(channelIndices != NULL); in getChannelMode() 479 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode() 516 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode() 578 … int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]]; in getChannelMode() 674 UCHAR channelIndices[], /* out */ in getChannelDescription() argument 683 FDK_ASSERT(channelIndices != NULL); in getChannelDescription() 689 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR)); in getChannelDescription() 739 channelIndices[mappedIdx] = 0; in getChannelDescription() 786 channelIndices[mappedIdx] = chIdx; in getChannelDescription() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 735 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open() 1287 self->channelIndices, in CAacDecoder_DecodeFrame() 1393 self->channelIndices, in CAacDecoder_DecodeFrame() 1424 self->channelIndices, in CAacDecoder_DecodeFrame() 1632 … FDKmemcpy(self->channelIndicesPrev, self->channelIndices, (8)*sizeof(UCHAR)); /* store */ in CAacDecoder_DecodeFrame() 1638 …FDKmemcpy(self->channelIndices, self->channelIndicesPrev, (8)*sizeof(UCHAR)); /* restore */ in CAacDecoder_DecodeFrame() 1818 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx)); in CAacDecoder_DecodeFrame() 1821 FDKmemcpy(idx, self->channelIndices, sizeof(idx)); in CAacDecoder_DecodeFrame() 1825 self->channelIndices[self->channelOutputMapping[chOutMapIdx][c]] = idx[c]; in CAacDecoder_DecodeFrame()
|
D | aacdecoder.h | 185 …UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio channel … member
|
D | aacdecoder_lib.cpp | 991 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame() 1012 self->channelIndices, in aacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/include/ |
D | pcmutils_lib.h | 310 UCHAR channelIndices[],
|