Home
last modified time | relevance | path

Searched defs:gain (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DEqualizerDlg.cpp63 void CEqualizerDlg::UpdateChannelTip(int channel, int gain) in UpdateChannelTip()
166 int gain{ -m_sliders[i].GetPos() }; //由于滑动条的值越往上越小,所以这里取负数 in OnVScroll() local
221 int gain = EQU_STYLE_TABLE[m_equ_style_selected][i]; in OnListboxSelChanged() local
231 int gain = m_user_defined_gain[i]; in OnListboxSelChanged() local
H A DMciCore.cpp286 void CMciCore::ApplyEqualizer(int channel, int gain) in ApplyEqualizer()
H A DFfmpegCore.cpp334 void CFfmpegCore::ApplyEqualizer(int channel, int gain) { in ApplyEqualizer()
H A DPlayer.cpp2250 void CPlayer::ApplyEqualizer(int channel, int gain) in ApplyEqualizer()
2256 void CPlayer::SetEqualizer(int channel, int gain) in SetEqualizer()
H A DBassCore.cpp842 void CBassCore::ApplyEqualizer(int channel, int gain) in ApplyEqualizer()