Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp274 const UCHAR channelIndices[], /* in */ in getChannelMode() argument
284 FDK_ASSERT(channelIndices != NULL); in getChannelMode()
294 int i = 0, j, chGrpIdx = channelIndices[ch]; in getChannelMode()
319 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) { in getChannelMode()
401 UCHAR channelIndices[], /* out */ in getChannelDescription() argument
410 FDK_ASSERT(channelIndices != NULL); in getChannelDescription()
416 FDKmemclear(channelIndices, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
478 channelIndices[ch] = chIdx; in getChannelDescription()
762 UCHAR channelIndices[], in pcmDmx_ApplyFrame() argument
814 channelIndices, in pcmDmx_ApplyFrame()
[all …]
/external/aac/libPCMutils/include/
Dpcmutils_lib.h259 UCHAR channelIndices[],
/external/aac/libAACdec/src/
Daacdecoder.cpp726 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
1256 self->channelIndices, in CAacDecoder_DecodeFrame()
1362 self->channelIndices, in CAacDecoder_DecodeFrame()
1395 self->channelIndices, in CAacDecoder_DecodeFrame()
1754 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx)); in CAacDecoder_DecodeFrame()
1757 FDKmemcpy(idx, self->channelIndices, sizeof(idx)); in CAacDecoder_DecodeFrame()
1761 self->channelIndices[self->channelOutputMapping[aacChannels-1][c]] = idx[c]; in CAacDecoder_DecodeFrame()
Daacdecoder.h184 …UCHAR channelIndices[(6)]; /*!< Audio channel index for each output audio channel … member
Daacdecoder_lib.cpp871 self->channelIndices[0] = 0; in aacDecoder_DecodeFrame()
872 self->channelIndices[1] = 1; in aacDecoder_DecodeFrame()
892 self->channelIndices, in aacDecoder_DecodeFrame()