Home
last modified time | relevance | path

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

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