Searched refs:apply_preset (Results 1 - 4 of 4) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | set_get.h | 67 int apply_preset(lame_global_flags *, int preset, int enforce);
|
H A D | presets.c | 320 apply_preset(lame_global_flags * gfp, int preset, int enforce) in apply_preset() function
|
H A D | lame.c | 995 (void) apply_preset(gfp, 500 - (gfp->VBR_q * 10), 0); in lame_init_params() 1020 (void) apply_preset(gfp, 500 - (gfp->VBR_q * 10), 0); in lame_init_params() 1057 (void) apply_preset(gfp, gfp->VBR_mean_bitrate_kbps, 0); in lame_init_params()
|
H A D | set_get.c | 2189 return apply_preset(gfp, preset, 1); in lame_set_preset()
|
Completed in 7 milliseconds