Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DPropPage.cpp276 case IDC_COMBO_VBRMAX: in OnReceiveMessage()
279 int nVariableMax = SendDlgItemMessage(hwnd, IDC_COMBO_VBRMAX, CB_GETCURSEL, 0, 0L); in OnReceiveMessage()
532 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
539 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[0][j]); in InitPropertiesDialog()
548 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)szBitRateString[1][j]); in InitPropertiesDialog()
568 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_SETCURSEL, nVariableMaxSel, 0); in InitPropertiesDialog()
626 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMAX), bEnable); in EnableControls()
H A Dresource.h23 #define IDC_COMBO_VBRMAX 1024 macro

Completed in 2 milliseconds