Searched refs:nSamplingFreqIndex (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/ACM/ |
H A D | AEncodeProperties.h | 239 inline const unsigned int GetResampleFreq() const { return the_SamplingFreqs[nSamplingFreqIndex]; } in GetResampleFreq() 415 int nSamplingFreqIndex; member in AEncodeProperties
|
H A D | AEncodeProperties.cpp | 582 /* SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_SAMPLEFREQ), CB_SETCURSEL, nSamplingFreqIndex, NULL); 657 // nSamplingFreqIndex = SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_SAMPLEFREQ), CB_GETCURSEL, NULL, NULL); 765 nSamplingFreqIndex = 1; // 44100 1106 nSamplingFreqIndex = i; 1228 ::OutputDebugString(nSamplingFreqIndex != the_instance.nSamplingFreqIndex?"16":"-"); 1261 || (nSamplingFreqIndex != the_instance.nSamplingFreqIndex) 1462 tmpElt->SetAttribute("freq", the_SamplingFreqs[nSamplingFreqIndex]); 1468 tmpElt->SetAttribute("freq", the_SamplingFreqs[nSamplingFreqIndex]); [all...] |
Completed in 3 milliseconds