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 259 UCHAR channelIndices[],
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 274 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,
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 184 UCHAR channelIndices[(6)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */
aacdecoder.cpp 726 self->streamInfo.pChannelIndices = self->channelIndices;
    [all...]
aacdecoder_lib.cpp 871 self->channelIndices[0] = 0;
872 self->channelIndices[1] = 1;
892 self->channelIndices,

Completed in 758 milliseconds