Lines Matching refs:mp3input_data
813 tmp_num_samples = global_decoder.mp3input_data.nsamp;
948 out = outbytes/(sizeof(short)*global_decoder.mp3input_data.stereo);
949 if (global_decoder.mp3input_data.stereo == 2) {
961 out = lame_decode_fromfile(musicin, mpg123pcm[0], mpg123pcm[1], &global_decoder.mp3input_data);
972 if (lame_get_num_channels(gfp) != global_decoder.mp3input_data.stereo) {
981 samplerate = global_decoder.mp3input_data.samplerate;
1857 if (-1 == lame123_decode_initfile(musicin, &global_decoder.mp3input_data, enc_delay, enc_padding)) {
1865 if (-1 == lame_decode_initfile(musicin, &global_decoder.mp3input_data, enc_delay, enc_padding)) {
1873 if (!set_input_num_channels(gfp, global_decoder.mp3input_data.stereo)) {
1876 if (!set_input_samplerate(gfp, global_decoder.mp3input_data.samplerate)) {
1879 (void) lame_set_num_samples(gfp, global_decoder.mp3input_data.nsamp);
1973 if (-1 == lame_decode_initfile_amiga(inPath, &global_decoder.mp3input_data)) {
1989 if (global_decoder.mp3input_data.bitrate > 0) {
1991 (flen * 8.0 / (1000.0 * global_decoder.mp3input_data.bitrate));
1996 global_decoder.mp3input_data.nsamp = tmp_num_samples;