Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DPropPage.cpp446 int nSR = 0; in InitPropertiesDialog() local
447 while (dwSampleRate != srRates[nSR * 3 + m_srIdx].dwSampleRate && nSR < 3) in InitPropertiesDialog()
449 nSR++; in InitPropertiesDialog()
452 if (nSR >= 3) in InitPropertiesDialog()
453 nSR = 0; in InitPropertiesDialog()
455 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_SETCURSEL, nSR, 0); in InitPropertiesDialog()

Completed in 2 milliseconds