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

/external/aac/libAACdec/src/
H A Daacdecoder.h184 UCHAR channelIndices[(6)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */ member in struct:AAC_DECODER_INSTANCE
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp274 const UCHAR channelIndices[], /* in */
284 FDK_ASSERT(channelIndices != NULL);
294 int i = 0, j, chGrpIdx = channelIndices[ch];
319 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) {
401 UCHAR channelIndices[], /* out */
410 FDK_ASSERT(channelIndices != NULL);
416 FDKmemclear(channelIndices, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
478 channelIndices[ch] = chIdx;
762 UCHAR channelIndices[],
814 channelIndices,
271 getChannelMode( const INT numChannels, const AUDIO_CHANNEL_TYPE channelType[], const UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] ) argument
397 getChannelDescription( const PCM_DMX_CHANNEL_MODE chMode, const UCHAR channelMapping[][PCM_DMX_MAX_CHANNELS], AUDIO_CHANNEL_TYPE channelType[], UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] ) argument
754 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] ) argument
[all...]

Completed in 82 milliseconds