Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A 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));
279 return the_ChannelModes[nChannelIndex];
H A DAEncodeProperties.h405 static const unsigned int the_ChannelModes[3]; member in AEncodeProperties

Completed in 3 milliseconds