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

  /external/aac/libPCMutils/include/
pcmdmx_lib.h 426 * \param[in,out] channelIndices Array were the corresponding channel type index for each output
439 UCHAR channelIndices[],
  /external/aac/libSACdec/include/
sac_dec_lib.h 400 * \param channelIndices Array were the corresponding channel type index
413 UCHAR channelIndices[],
  /external/aac/libSACdec/src/
sac_dec_interface.h 321 * \param channelIndices array where corresponding channel type indices fr each
326 UCHAR channelIndices[],
sac_dec.cpp     [all...]
sac_dec_lib.cpp     [all...]
  /external/aac/libPCMutils/src/
pcmdmx_lib.cpp 522 UCHAR channelIndices[], /* in */
536 FDK_ASSERT(channelIndices != NULL);
555 idxSum[channelType[ch] >> 4][chGrp] += channelIndices[ch];
568 channelIndices[ch] = idxCnt++;
586 spkrPos[ch] = getSpeakerPos(channelType[ch], channelIndices[ch],
698 UCHAR channelIndices[], /* out */
705 FDK_ASSERT(channelIndices != NULL);
711 FDKmemclear(channelIndices, (8) * sizeof(UCHAR));
765 channelIndices[mappedIdx] = 0;
831 channelIndices[mappedIdx] = (UCHAR)chIdx
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 218 UCHAR channelIndices[(8)]; /*!< Audio channel index for each output audio
265 channelIndicesPrev[(8)]; /*!< Array holding the channelIndices values of
aacdecoder.cpp     [all...]
aacdecoder_lib.cpp     [all...]

Completed in 1796 milliseconds