Home
last modified time | relevance | path

Searched refs:global_decoder (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dget_audio.c544 if (global_decoder.mp3_delay_set) in setSkipStartAndEnd()
545 skip_start = global_decoder.mp3_delay; in setSkipStartAndEnd()
755 tmp_num_samples = global_decoder.mp3input_data.nsamp; in get_audio_common()
888 if (lame_get_num_channels(gfp) != global_decoder.mp3input_data.stereo) { in read_samples_mp3()
897 samplerate = global_decoder.mp3input_data.samplerate; in read_samples_mp3()
1795 if (-1 == lame_decode_initfile(inPath, &global_decoder.mp3input_data)) { in open_mpeg_file()
1815 global_decoder.mp3input_data.stereo); in open_mpeg_file()
1826 (void) lame_set_num_samples(gfp, global_decoder.mp3input_data.nsamp); in open_mpeg_file()
1832 if (global_decoder.mp3input_data.bitrate > 0) { in open_mpeg_file()
1839 global_decoder.mp3input_data.nsamp = tmp_num_samples; in open_mpeg_file()
[all …]
H A Dlame_main.c243 global_decoder.mp3input_data.framesize); in lame_decoder()
255 if (0 == global_decoder.disable_wav_header) in lame_decoder()
265 decoder_progress(dp, &global_decoder.mp3input_data, iread); in lame_decoder()
287 if (!global_decoder.disable_wav_header && strcmp("-", outPath) in lame_decoder()
H A Dmain.h86 extern DecoderConfig global_decoder;
H A Dparse.c98 DecoderConfig global_decoder; variable
1455 global_decoder.mp3_delay = 0; in parse_args()
1456 global_decoder.mp3_delay_set = 0; in parse_args()
1457 global_decoder.disable_wav_header = 0; in parse_args()
1565 global_decoder.mp3_delay = atoi(nextArg); in parse_args()
1566 global_decoder.mp3_delay_set = 1; in parse_args()
2184 global_decoder.disable_wav_header = 1; in parse_args()
2189 global_decoder.disable_wav_header = 0; in parse_args()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dget_audio.c544 if (global_decoder.mp3_delay_set) in setSkipStartAndEnd()
545 skip_start = global_decoder.mp3_delay; in setSkipStartAndEnd()
755 tmp_num_samples = global_decoder.mp3input_data.nsamp; in get_audio_common()
888 if (lame_get_num_channels(gfp) != global_decoder.mp3input_data.stereo) { in read_samples_mp3()
897 samplerate = global_decoder.mp3input_data.samplerate; in read_samples_mp3()
1795 if (-1 == lame_decode_initfile(inPath, &global_decoder.mp3input_data)) { in open_mpeg_file()
1815 global_decoder.mp3input_data.stereo); in open_mpeg_file()
1826 (void) lame_set_num_samples(gfp, global_decoder.mp3input_data.nsamp); in open_mpeg_file()
1832 if (global_decoder.mp3input_data.bitrate > 0) { in open_mpeg_file()
1839 global_decoder.mp3input_data.nsamp = tmp_num_samples; in open_mpeg_file()
[all …]
H A Dlame_main.c243 global_decoder.mp3input_data.framesize); in lame_decoder()
255 if (0 == global_decoder.disable_wav_header) in lame_decoder()
265 decoder_progress(dp, &global_decoder.mp3input_data, iread); in lame_decoder()
287 if (!global_decoder.disable_wav_header && strcmp("-", outPath) in lame_decoder()
H A Dmain.h86 extern DecoderConfig global_decoder;
H A Dparse.c98 DecoderConfig global_decoder; variable
1455 global_decoder.mp3_delay = 0; in parse_args()
1456 global_decoder.mp3_delay_set = 0; in parse_args()
1457 global_decoder.disable_wav_header = 0; in parse_args()
1565 global_decoder.mp3_delay = atoi(nextArg); in parse_args()
1566 global_decoder.mp3_delay_set = 1; in parse_args()
2184 global_decoder.disable_wav_header = 1; in parse_args()
2189 global_decoder.disable_wav_header = 0; in parse_args()
/dports/audio/lame/lame-3.100/frontend/
H A Dget_audio.c546 if (global_decoder.mp3_delay_set) in setSkipStartAndEnd()
547 skip_start = global_decoder.mp3_delay; in setSkipStartAndEnd()
778 tmp_num_samples = global_decoder.mp3input_data.nsamp; in get_audio_common()
904 if (lame_get_num_channels(gfp) != global_decoder.mp3input_data.stereo) { in read_samples_mp3()
913 samplerate = global_decoder.mp3input_data.samplerate; in read_samples_mp3()
1788 if (!set_input_num_channels(gfp, global_decoder.mp3input_data.stereo)) { in open_mpeg_file_part2()
1794 (void) lame_set_num_samples(gfp, global_decoder.mp3input_data.nsamp); in open_mpeg_file_part2()
1888 if (-1 == lame_decode_initfile(inPath, &global_decoder.mp3input_data)) { in open_mpeg_file()
1904 if (global_decoder.mp3input_data.bitrate > 0) { in open_mpeg_file()
1911 global_decoder.mp3input_data.nsamp = tmp_num_samples; in open_mpeg_file()
[all …]
H A Dlame_main.c208 global_decoder.mp3input_data.framesize); in lame_decoder_loop()
220 if (0 == global_decoder.disable_wav_header) in lame_decoder_loop()
230 decoder_progress(dp, &global_decoder.mp3input_data, iread); in lame_decoder_loop()
252 if (!global_decoder.disable_wav_header && strcmp("-", outPath) in lame_decoder_loop()
H A Dmain.h87 extern DecoderConfig global_decoder;
H A Dparse.c110 DecoderConfig global_decoder; variable
1524 global_decoder.mp3_delay = 0; in parse_args_()
1525 global_decoder.mp3_delay_set = 0; in parse_args_()
1526 global_decoder.disable_wav_header = 0; in parse_args_()
1632 global_decoder.mp3_delay = int_value; in parse_args_()
1633 global_decoder.mp3_delay_set = 1; in parse_args_()
2311 global_decoder.disable_wav_header = 1; in parse_args_()
2316 global_decoder.disable_wav_header = 0; in parse_args_()