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

  /external/aac/libAACdec/include/
aacdecoder_lib.h 222 pChannelType and pChannelIndices might require some more detailed explanation.
226 the enum ::AUDIO_CHANNEL_TYPE defined in FDK_audio.h. The cells of pChannelIndices indicate the sub index
263 CStreamInfo::pChannelIndices = { 0, 1 }
285 CStreamInfo::pChannelIndices = { 1, 2, 0, 0, 0, 1 }
325 CStreamInfo::pChannelIndices = { 0, 1, 0 }
496 UCHAR *pChannelIndices; /*!< Audio channel index for each output audio channel.
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 704 self->streamInfo.pChannelIndices = self->channelIndices;
    [all...]

Completed in 202 milliseconds