HomeSort by relevance Sort by last modified time
    Searched refs:channelIndices (Results 1 - 5 of 5) sorted by null

  /external/aac/libPCMutils/include/
pcmutils_lib.h 310 UCHAR channelIndices[],
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 449 const UCHAR channelIndices[], /* in */
464 FDK_ASSERT(channelIndices != NULL);
481 UCHAR chGrpIdx = channelIndices[ch];
518 while ( (i < numChInGrp[grpIdx]) && (chGrpIdx > channelIndices[chIdx[grpIdx][i]]) ) {
580 int pos, sortIdx = grpIdx*PCM_DMX_MAX_CHANNELS_PER_GROUP + channelIndices[chIdx[grpIdx][ch]];
676 UCHAR channelIndices[], /* out */
685 FDK_ASSERT(channelIndices != NULL);
691 FDKmemclear(channelIndices, PCM_DMX_MAX_IO_CHANNELS*sizeof(UCHAR));
741 channelIndices[mappedIdx] = 0;
788 channelIndices[mappedIdx] = chIdx
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 185 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */
204 UCHAR channelIndicesPrev[(8)]; /*!< Array holding the channelIndices values of the last successful decode call. */
aacdecoder.cpp 735 self->streamInfo.pChannelIndices = self->channelIndices;
    [all...]
aacdecoder_lib.cpp 984 self->channelIndices[chIdx] = chIdx;
1005 self->channelIndices,
    [all...]

Completed in 109 milliseconds