Searched refs:dwVBRq (Results 1 - 6 of 6) sorted by relevance
/third_party/lame/dshow/ |
H A D | PropPage.cpp | 467 DWORD dwVBRq; in InitPropertiesDialog() local 468 m_pAEProps->get_VariableQ(&dwVBRq); in InitPropertiesDialog() 469 if (dwVBRq<0) in InitPropertiesDialog() 470 dwVBRq = 0; in InitPropertiesDialog() 471 if (dwVBRq>9) in InitPropertiesDialog() 472 dwVBRq = 9; in InitPropertiesDialog() 473 m_pAEProps->set_VariableQ(dwVBRq); in InitPropertiesDialog() 474 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_SETCURSEL, dwVBRq, 0); in InitPropertiesDialog()
|
H A D | iaudioprops.h | 98 DWORD *dwVBRq in DECLARE_INTERFACE_() 103 DWORD dwVBRq in DECLARE_INTERFACE_()
|
H A D | Mpegac.cpp | 839 pmec->dwVBRq = rk.getDWORD(VALUE_VBR_QUALITY,DEFAULT_VBR_QUALITY); in ReadPresetSettings() 1041 STDMETHODIMP CMpegAudEnc::get_VariableQ(DWORD *dwVBRq) in get_VariableQ() argument 1045 *dwVBRq=(DWORD)mec.dwVBRq; in get_VariableQ() 1046 DbgLog((LOG_TRACE, 1, TEXT("get_VariableQ -> %d"), *dwVBRq)); in get_VariableQ() 1050 STDMETHODIMP CMpegAudEnc::set_VariableQ(DWORD dwVBRq) in set_VariableQ() argument 1054 mec.dwVBRq = dwVBRq; in set_VariableQ() 1056 DbgLog((LOG_TRACE, 1, TEXT("set_VariableQ(%d)"), dwVBRq)); in set_VariableQ() 1497 rk.setDWORD(VALUE_VBR_QUALITY, mec.dwVBRq); in SaveAudioEncoderPropertiesToRegistry() [all...] |
H A D | Encoder.h | 57 DWORD dwVBRq; // VBR quality setting (0=highest quality, 9=lowest) member
|
H A D | Mpegac.h | 145 STDMETHODIMP get_VariableQ(DWORD *dwVBRq); 146 STDMETHODIMP set_VariableQ(DWORD dwVBRq);
|
H A D | Encoder.cpp | 200 lame_set_VBR_q(pgf, m_mabsi.dwVBRq); in Init()
|
Completed in 6 milliseconds