Searched refs:pChannelType (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.
224 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
260 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
282 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT, ::ACT_FRONT, ::ACT_LFE, ::ACT_BACK, ::ACT_BACK }
322 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT,:: ACT_BACK }
466 1. The channel signalling (CStreamInfo::pChannelType and CStreamInfo::pChannelIndices)
542 AUDIO_CHANNEL_TYPE *pChannelType; /*!< Audio channel type of each output audio channel. */ member in struct:__anon3
/external/aac/libAACdec/src/
H A Daacdecoder.cpp736 self->streamInfo.pChannelType = self->channelType;

Completed in 75 milliseconds