Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DAEncodeProperties.h398 int VbrQuality; member in AEncodeProperties
H A DAEncodeProperties.cpp608 wsprintf(tmp,"%d",VbrQuality);
610 SendMessage(GetDlgItem( HwndDlg, IDC_SLIDER_QUALITY), TBM_SETPOS, TRUE, VbrQuality);
656 // VbrQuality = SendMessage(GetDlgItem( HwndDlg, IDC_SLIDER_QUALITY), TBM_GETPOS , NULL, NULL);
714 Quality = VbrQuality;
763 VbrQuality = 1; // Quite High
1134 VbrQuality = atoi(tmpname->c_str());
1226 ::OutputDebugString(VbrQuality != the_instance.VbrQuality?"14":"-");
1259 || (VbrQuality != the_instance.VbrQuality)
[all...]

Completed in 3 milliseconds