Home
last modified time | relevance | path

Searched refs:nPreset (Results 1 - 3 of 3) sorted by relevance

/third_party/lame/Dll/
H A DBladeMP3EncDLL.c269 lameConfig.format.LHV1.nPreset=((nCRC>>8)&0x0F); in __declspec()
294 if(lameConfig.format.LHV1.nPreset == LQP_ABR) // --ALT-PRESET ABR in __declspec()
314 if(lameConfig.format.LHV1.nPreset == LQP_CBR) // --ALT-PRESET CBR in __declspec()
324 if ( (int)lameConfig.format.LHV1.nPreset < (int) LQP_STANDARD ) in __declspec()
425 if ( LQP_NOPRESET != lameConfig.format.LHV1.nPreset ) in __declspec()
427 PresetOptions( gfp, lameConfig.format.LHV1.nPreset ); in __declspec()
H A DBladeMP3EncDLL.h159 LONG nPreset; // Quality preset, use one of the settings of the LAME_QUALITY_PRESET enum member
H A DExample.cpp181 beConfig.format.LHV1.nPreset = LQP_R3MIX; // QUALITY PRESET SETTING in main()
198 // beConfig.format.LHV1.nPreset = LQP_PHONE; in main()

Completed in 2 milliseconds