Home
last modified time | relevance | path

Searched refs:flac_open (Results 1 – 16 of 16) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/renderer/
H A Dflac.c191 flac_open (QFile *file) in flac_open() function
322 if (!(ff = flac_open (file))) { in flac_callback_load()
381 f = flac_open (file); in flac_stream_open()
453 if (!(ff = flac_open (file))) { in SND_LoadFLAC()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/filewriter/
H A Dflac.cc97 static bool flac_open (VFSFile & file, const format_info & info, const Tuple & tuple) in flac_open() function
195 flac_open,
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Dflac.h52 int flac_open(FILE *in,oe_enc_opt *opt,unsigned char *oldbuf,int buflen);
H A Dflac.c347 int flac_open(FILE *in,oe_enc_opt *opt,unsigned char *oldbuf,int buflen) in flac_open() function
421 int flac_open(FILE *in,oe_enc_opt *opt,unsigned char *oldbuf,int buflen) in flac_open() function
H A Daudio-in.c117 {flac_id, 4, flac_open, flac_close, "flac", N_("FLAC file reader")},
118 {oggflac_id, 33, flac_open, flac_close, "ogg", N_("Ogg FLAC file reader")},
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/oggenc/
H A Dflac.h48 int flac_open(FILE *in, oe_enc_opt *opt, unsigned char *buf, int buflen);
H A Daudio.c50 {flac_id, 4, flac_open, flac_close, "flac", N_("FLAC file reader")},
51 {oggflac_id, 32, flac_open, flac_close, "ogg", N_("Ogg FLAC file reader")},
H A Dflac.c64 int flac_open(FILE *in, oe_enc_opt *opt, unsigned char *oldbuf, int buflen) in flac_open() function
/dports/devel/allegro5/allegro5-5.2.7.0/addons/acodec/
H A Dflac.c476 static FLACFILE *flac_open(ALLEGRO_FILE* f) in flac_open() function
560 ff = flac_open(f); in _al_load_flac_f()
611 ff = flac_open(f); in _al_load_flac_audio_stream_f()
/dports/audio/squeezelite/squeezelite-7b13fd9/
H A Dflac.c241 static void flac_open(u8_t sample_size, u8_t sample_rate, u8_t channels, u8_t endianness) { in flac_open() function
316 flac_open, // open in register_flac()
/dports/audio/cmus/cmus-2.9.1/ip/
H A Dflac.c289 static int flac_open(struct input_plugin_data *ip_data) in flac_open() function
456 .open = flac_open,
/dports/audio/moc/moc-2.5.2/decoder_plugins/flac/
H A Dflac.c421 static void *flac_open (const char *file) in flac_open() function
717 flac_open,
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dflac.c679 flac_open (SF_PRIVATE *psf) in flac_open() function
1444 flac_open (SF_PRIVATE *psf) in flac_open() function
H A Dogg.c734 return flac_open (psf) ; in ogg_open()
H A Dcommon.h913 int flac_open (SF_PRIVATE *psf) ;
H A Dsndfile.c3177 error = flac_open (psf) ; in psf_open_file()