Home
last modified time | relevance | path

Searched refs:the_ChannelModes (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/ACM/
DAEncodeProperties.cpp56 const unsigned int AEncodeProperties::the_ChannelModes[3] = { STEREO, JOINT_STEREO, DUAL_CHANNEL }; member in AEncodeProperties
249 assert(a_channelID < sizeof(the_ChannelModes)); in GetChannelModeString()
277 assert(nChannelIndex < sizeof(the_ChannelModes)); in GetChannelModeValue()
279 return the_ChannelModes[nChannelIndex]; in GetChannelModeValue()
DAEncodeProperties.h405 static const unsigned int the_ChannelModes[3]; variable