Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DAEncodeProperties.h70 enum BRMode { BR_CBR, BR_VBR, BR_ABR }; enumerator
H A DAEncodeProperties.cpp683 mBRmode = BR_CBR;
759 mBRmode = BR_CBR;
837 case BR_CBR:
1124 mBRmode = BR_CBR;
1480 SetAttributeBool( tmpElt, "use", (mBRmode != BR_CBR));
1492 SetAttributeBool( tmpElt, "use", (mBRmode != BR_CBR));
1705 AEncodeProperties::DisplayVbrOptions(parentWnd, AEncodeProperties::BR_CBR);

Completed in 5 milliseconds