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 221 pChannelType and pChannelIndices might require some more detailed explanation.
225 the enum ::AUDIO_CHANNEL_TYPE defined in FDK_audio.h. The cells of pChannelIndices indicate the sub index
262 CStreamInfo::pChannelIndices = { 0, 1 }
284 CStreamInfo::pChannelIndices = { 1, 2, 0, 0, 0, 1 }
324 CStreamInfo::pChannelIndices = { 0, 1, 0 }
465 1. The channel signalling (CStreamInfo::pChannelType and CStreamInfo::pChannelIndices)
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 748 self->streamInfo.pChannelIndices = self->channelIndices;
    [all...]

Completed in 48 milliseconds