Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dmpg123.h40 int lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data);
H A Ddecode_mp3.c131 while ((samples=lame_decode_fromfile(in_file, ch1, ch2, mp3data)) > 0) { in decode_mpaudio()
H A Dmpg123.c228 int lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], in lame_decode_fromfile() function
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Damiga_mpega.c113 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() function
H A Dget_audio.c382 static int lame_decode_fromfile(FILE * fd, short int pcm_l[], short int pcm_r[],
877 out = lame_decode_fromfile(musicin, mpg123pcm[0], mpg123pcm[1], &global_decoder.mp3input_data); in read_samples_mp3()
2082 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() function
/dports/audio/lame/lame-3.100/frontend/
H A Damiga_mpega.c113 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() function
H A Dget_audio.c382 static int lame_decode_fromfile(FILE * fd, short int pcm_l[], short int pcm_r[],
893 out = lame_decode_fromfile(musicin, mpg123pcm[0], mpg123pcm[1], &global_decoder.mp3input_data); in read_samples_mp3()
2156 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Damiga_mpega.c113 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() function
H A Dget_audio.c382 static int lame_decode_fromfile(FILE * fd, short int pcm_l[], short int pcm_r[],
877 out = lame_decode_fromfile(musicin, mpg123pcm[0], mpg123pcm[1], &global_decoder.mp3input_data); in read_samples_mp3()
2082 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() function
/dports/emulators/vice/vice-3.5/src/lib/liblame/
H A DChangeLog13338 changed function name, lame_decode_fromfile -> decode_fromfile because it is not LAME standard API.
33088 removed lame_decode_fromfile() calls from the API,
37793 some tweaks to API for lame_decode_fromfile
38021 Made sure lame_decode_fromfile() won't return an empty frame (unless there's an error).
/dports/audio/lame/lame-3.100/
H A DChangeLog14123 changed function name, lame_decode_fromfile -> decode_fromfile because it is not LAME standard API.
33873 removed lame_decode_fromfile() calls from the API,
38578 some tweaks to API for lame_decode_fromfile
38806 Made sure lame_decode_fromfile() won't return an empty frame (unless there's an error).
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/
H A DChangeLog13338 changed function name, lame_decode_fromfile -> decode_fromfile because it is not LAME standard API.
33088 removed lame_decode_fromfile() calls from the API,
37793 some tweaks to API for lame_decode_fromfile
38021 Made sure lame_decode_fromfile() won't return an empty frame (unless there's an error).