Searched defs:channelIndices (Results 1 - 2 of 2) sorted by relevance

/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. */
/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...]

Completed in 80 milliseconds