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

/external/aac/libPCMutils/include/
H A Dpcmutils_lib.h310 UCHAR channelIndices[],
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp447 const UCHAR channelIndices[], /* in */
462 FDK_ASSERT(channelIndices != NULL);
479 UCHAR chGrpIdx = channelIndices[ch];
516 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) {
578 int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]];
674 UCHAR channelIndices[], /* out */
683 FDK_ASSERT(channelIndices != NULL);
689 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR));
739 channelIndices[mappedIdx] = 0;
786 channelIndices[mappedId
444 getChannelMode( const INT numChannels, const AUDIO_CHANNEL_TYPE channelType[], const UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], PCM_DMX_CHANNEL_MODE *chMode ) argument
670 getChannelDescription( const PCM_DMX_CHANNEL_MODE chMode, const UCHAR channelMapping[][8], AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] ) argument
1875 pcmDmx_ApplyFrame( HANDLE_PCM_DOWNMIX self, INT_PCM *pPcmBuf, UINT frameSize, INT *nChannels, int fInterleaved, AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], const UCHAR channelMapping[][8], INT *pDmxOutScale ) argument
[all...]
/external/aac/libAACdec/src/
H A Daacdecoder.h185 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */ member in struct:AAC_DECODER_INSTANCE
204 UCHAR channelIndicesPrev[(8)]; /*!< Array holding the channelIndices values of the last successful decode call. */
H A Daacdecoder.cpp735 self->streamInfo.pChannelIndices = self->channelIndices;
1287 self->channelIndices,
1393 self->channelIndices,
1424 self->channelIndices,
1632 FDKmemcpy(self->channelIndicesPrev, self->channelIndices, (8)*sizeof(UCHAR)); /* store */
1638 FDKmemcpy(self->channelIndices, self->channelIndicesPrev, (8)*sizeof(UCHAR)); /* restore */
1818 FDK_ASSERT(sizeof(self->channelIndices) == sizeof(idx));
1821 FDKmemcpy(idx, self->channelIndices, sizeof(idx));
1825 self->channelIndices[self->channelOutputMapping[chOutMapIdx][c]] = idx[c];
H A Daacdecoder_lib.cpp991 self->channelIndices[chIdx] = chIdx;
1012 self->channelIndices,

Completed in 198 milliseconds