Home
last modified time | relevance | path

Searched refs:channelIndices (Results 1 – 5 of 5) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp449 const UCHAR channelIndices[], /* in */ in getChannelMode() argument
464 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
481 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode()
518 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()
580 … int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]]; in getChannelMode()
676 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
685 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
691 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
741 channelIndices[mappedIdx] = 0; in getChannelDescription()
788 channelIndices[mappedIdx] = chIdx; in getChannelDescription()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.cpp735 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()
Daacdecoder.h185 …UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio channel … member
Daacdecoder_lib.cpp984 self->channelIndices[chIdx] = chIdx; in aacDecoder_DecodeFrame()
1005 self->channelIndices, in aacDecoder_DecodeFrame()
/external/aac/libPCMutils/include/
Dpcmutils_lib.h310 UCHAR channelIndices[],