/third_party/lame/dshow/ |
H A D | PropPage_adv.cpp | 338 void CMpegAudEncPropertyPageAdv::EnableControls(HWND hwndParent, bool bEnable) in EnableControls() argument 340 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_ENFORCE_MIN), bEnable); in EnableControls() local 341 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_STEREO), bEnable); in EnableControls() local 342 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_JSTEREO), bEnable); in EnableControls() local 343 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_DUAL), bEnable); in EnableControls() local 344 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_MONO), bEnable); in EnableControls() local 345 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), bEnable); in EnableControls() local 346 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_VOICE), bEnable); in EnableControls() local 347 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_KEEP_ALL_FREQ), bEnable); in EnableControls() local 348 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_STRICT_ISO), bEnable); in EnableControls() local 349 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_DISABLE_SHORT_BLOCK), bEnable); EnableControls() local 350 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_XING_TAG), bEnable); EnableControls() local 351 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_MODE_FIXED), bEnable); EnableControls() local 352 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_OVERLAP), bEnable); EnableControls() local 353 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_STOP), bEnable); EnableControls() local [all...] |
H A D | PropPage.cpp | 619 void CMpegAudEncPropertyPage::EnableControls(HWND hwndParent, bool bEnable) in EnableControls() argument 621 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_PES), false);//bEnable); in EnableControls() 622 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_CBR), bEnable); in EnableControls() local 623 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_CBR), bEnable); in EnableControls() local 624 EnableWindow(GetDlgItem(hwndParent, IDC_RADIO_VBR), bEnable); in EnableControls() local 625 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMIN), bEnable); in EnableControls() local 626 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_VBRMAX), bEnable); in EnableControls() local 627 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_COPYRIGHT), bEnable); in EnableControls() local 628 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_ORIGINAL), bEnable); in EnableControls() local 629 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_CRC), bEnable); in EnableControls() local 630 EnableWindow(GetDlgItem(hwndParent, IDC_FORCE_MONO), bEnable); EnableControls() local 631 EnableWindow(GetDlgItem(hwndParent, IDC_SLIDER_QUALITY), bEnable); EnableControls() local 632 EnableWindow(GetDlgItem(hwndParent, IDC_COMBO_SAMPLE_RATE), bEnable); EnableControls() local [all...] |
H A D | PropPage.h | 39 void EnableControls(HWND hwndParent, bool bEnable);
|
H A D | PropPage_adv.h | 39 void EnableControls(HWND hwndParent, bool bEnable);
|
/third_party/openmax/api/1.1.2/ |
H A D | OMX_Audio.h | 1132 OMX_BOOL bEnable; /**< Enable/disable for bass control */ member 1145 OMX_BOOL bEnable; /**< Enable/disable for treble control */ member 1162 OMX_BOOL bEnable; /**< Enable/disable for equalizer */ member 1194 OMX_BOOL bEnable; /**< Enable/disable for stereo widening control */ member 1213 OMX_BOOL bEnable; /**< Enable/disable for chorus */ member 1232 OMX_BOOL bEnable; /**< Enable/disable for reverberation control */ member
|
H A D | OMX_CoreExt.h | 65 OMX_BOOL bEnable; /**< enable (OMX_TRUE) or disable (OMX_FALSE) the callback */ member
|
H A D | OMX_IVCommon.h | 677 * bEnable : Enable control variable for this functionality 687 OMX_BOOL bEnable; member
|
/third_party/sqlite/include/ |
H A D | sqlite3.h | 10772 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 11102 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable); 215561 int bEnable; /* True if currently recording */ global() member 218242 sqlite3session_enable(sqlite3_session *pSession, int bEnable) global() argument [all...] |