Home
last modified time | relevance | path

Searched refs:map2MP3Frequency (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/ACM/
H A DACMStream.cpp358 map2MP3Frequency(int freq) in map2MP3Frequency() function
390 OutputFrequency = map2MP3Frequency( (10. * bitrate * 8) / (16 * channels)); in GetOutputSampleRate()
392 OutputFrequency = map2MP3Frequency( 0.97 * samples_per_sec ); in GetOutputSampleRate()
/third_party/lame/libmp3lame/
H A Dutil.h564 extern int map2MP3Frequency(int freq);
H A Dutil.c400 map2MP3Frequency(int freq) in map2MP3Frequency() function
H A Dlame.c649 gfp->samplerate_out = map2MP3Frequency((int) (0.97 * gfp->samplerate_in)); /* round up with a margin of 3% */ in lame_init_params()

Completed in 6 milliseconds