Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DAEncodeProperties.h294 inline const char * GetChannelModeString() const {return GetChannelModeString(nChannelIndex); } in GetChannelModeString() function in AEncodeProperties
300 const char * GetChannelModeString(const int a_channelID) const;
H A DAEncodeProperties.cpp247 const char * AEncodeProperties::GetChannelModeString(int a_channelID) const in GetChannelModeString() function in AEncodeProperties
439 SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_ENC_STEREO), CB_ADDSTRING, NULL, (LPARAM) GetChannelModeString(i));
1164 if (tmpStr->compare(GetChannelModeString(i)) == 0)
1404 tmpElt->SetAttribute("mode", GetChannelModeString(nChannelIndex));
1410 tmpElt->SetAttribute("mode", GetChannelModeString(nChannelIndex));

Completed in 3 milliseconds