Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp442 const UCHAR channelIndices[], /* in */ in getChannelMode() argument
457 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
474 UCHAR chGrpIdx = channelIndices[ch]; in getChannelMode()
511 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()
573 … int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]]; in getChannelMode()
669 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
678 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
684 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
734 channelIndices[mappedIdx] = 0; in getChannelDescription()
781 channelIndices[mappedIdx] = chIdx; in getChannelDescription()
[all …]
/external/aac/libAACdec/src/
Daacdecoder.cpp748 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
1282 self->channelIndices, in CAacDecoder_DecodeFrame()
1388 self->channelIndices, in CAacDecoder_DecodeFrame()
1419 self->channelIndices, in CAacDecoder_DecodeFrame()
1620 … FDKmemcpy(self->channelIndicesPrev, self->channelIndices, (8)*sizeof(UCHAR)); /* store */ in CAacDecoder_DecodeFrame()
1626 …FDKmemcpy(self->channelIndices, self->channelIndicesPrev, (8)*sizeof(UCHAR)); /* restore */ in CAacDecoder_DecodeFrame()
1806 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx)); in CAacDecoder_DecodeFrame()
1809 FDKmemcpy(idx, self->channelIndices, sizeof(idx)); in CAacDecoder_DecodeFrame()
1813 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.cpp978 self->channelIndices[0] = 0; in aacDecoder_DecodeFrame()
979 self->channelIndices[1] = 1; in aacDecoder_DecodeFrame()
1000 self->channelIndices, in aacDecoder_DecodeFrame()
/external/aac/libPCMutils/include/
Dpcmutils_lib.h310 UCHAR channelIndices[],