Searched refs:channelIndices (Results 1 – 5 of 5) sorted by relevance
/external/aac/libPCMutils/src/ |
D | pcmutils_lib.cpp | 274 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/ |
D | pcmutils_lib.h | 259 UCHAR channelIndices[],
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 726 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()
|
D | aacdecoder.h | 184 …UCHAR channelIndices[(6)]; /*!< Audio channel index for each output audio channel … member
|
D | aacdecoder_lib.cpp | 871 self->channelIndices[0] = 0; in aacDecoder_DecodeFrame() 872 self->channelIndices[1] = 1; in aacDecoder_DecodeFrame() 892 self->channelIndices, in aacDecoder_DecodeFrame()
|