Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DPropPage.cpp557 int nVariableMaxSel = 0; in InitPropertiesDialog() local
566 while (nVariableMaxSel<13 && dwBitRateValue[nST][nVariableMaxSel] < dwMax) in InitPropertiesDialog()
567 nVariableMaxSel++; in InitPropertiesDialog()
568 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_SETCURSEL, nVariableMaxSel, 0); in InitPropertiesDialog()
581 if (dwBitRateValue[nST][nVariableMaxSel] != dwMax) in InitPropertiesDialog()
583 dwMax = dwBitRateValue[nST][nVariableMaxSel]; in InitPropertiesDialog()

Completed in 2 milliseconds