Lines Matching defs:gfp
130 printInputFormat(lame_t gfp)
132 int const v_main = 2 - lame_get_version(gfp);
133 char const *v_ex = lame_get_out_samplerate(gfp) < 16000 ? ".5" : "";
170 lame_decoder_loop(lame_t gfp, FILE * outf, char *inPath, char *outPath)
175 int tmp_num_channels = lame_get_num_channels(gfp);
189 lame_get_in_samplerate(gfp) / 1.e3,
192 printInputFormat(gfp);
207 dp = decoder_progress_init(lame_get_num_samples(gfp),
214 dp = decoder_progress_init(lame_get_num_samples(gfp),
215 lame_get_in_samplerate(gfp) < 32000 ? 576 : 1152);
221 WriteWaveHeader(outf, 0x7FFFFFFF, lame_get_in_samplerate(gfp), tmp_num_channels, 16);
226 iread = get_audio16(gfp, Buffer); /* read in 'iread' samples */
254 WriteWaveHeader(outf, (int) wavsize, lame_get_in_samplerate(gfp), tmp_num_channels, 16);
262 lame_decoder(lame_t gfp, FILE * outf, char *inPath, char *outPath)
266 ret = lame_decoder_loop(gfp, outf, inPath, outPath);
304 * the scale factor of (32767.0/gfp->PeakSample)*(gfp->scale)