Searched refs:pChannelIndices (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/include/
H A Daacdecoder_lib.h221 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 }
466 1. The channel signalling (CStreamInfo::pChannelType and CStreamInfo::pChannelIndices)
543 UCHAR *pChannelIndices; /*!< Audio channel index for each output audio channel. member in struct:__anon177
/external/aac/libAACdec/src/
H A Daacdecoder.cpp735 self->streamInfo.pChannelIndices = self->channelIndices;

Completed in 87 milliseconds