Home
last modified time | relevance | path

Searched refs:mad_stream (Results 51 – 75 of 217) sorted by relevance

123456789

/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/libmad/
H A Ddecoder.c45 struct mad_stream *), in mad_decoder_init() argument
49 struct mad_stream const *, in mad_decoder_init()
55 struct mad_stream *, in mad_decoder_init()
87 enum mad_flow error_default(void *data, struct mad_stream *stream, in error_default()
109 enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *); in run_sync()
112 struct mad_stream *stream; in run_sync()
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
H A Dframe.c54 int (*const decoder_table[3])(struct mad_stream *, struct mad_frame *) = {
116 int decode_header(struct mad_header *header, struct mad_stream *stream) in decode_header()
223 int free_bitrate(struct mad_stream *stream, struct mad_header const *header) in free_bitrate()
237 struct mad_stream peek_stream; in free_bitrate()
284 int mad_header_decode(struct mad_header *header, struct mad_stream *stream) in mad_header_decode()
422 int mad_frame_decode(struct mad_frame *frame, struct mad_stream *stream) in mad_frame_decode()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libmad/
H A Ddecoder.c45 struct mad_stream *), in mad_decoder_init() argument
49 struct mad_stream const *, in mad_decoder_init()
55 struct mad_stream *, in mad_decoder_init()
87 enum mad_flow error_default(void *data, struct mad_stream *stream, in error_default()
109 enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *); in run_sync()
112 struct mad_stream *stream; in run_sync()
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
H A Dframe.c54 int (*const decoder_table[3])(struct mad_stream *, struct mad_frame *) = {
116 int decode_header(struct mad_header *header, struct mad_stream *stream) in decode_header()
223 int free_bitrate(struct mad_stream *stream, struct mad_header const *header) in free_bitrate()
237 struct mad_stream peek_stream; in free_bitrate()
284 int mad_header_decode(struct mad_header *header, struct mad_stream *stream) in mad_header_decode()
422 int mad_frame_decode(struct mad_frame *frame, struct mad_stream *stream) in mad_frame_decode()
/dports/audio/fpc-mad/fpc-3.2.2/packages/mad/src/
H A Dmad.pas259 mad_stream = record
288 procedure mad_stream_init(var stream: mad_stream); cdecl; external {$IFDEF DYNLINK}madlib{$ENDIF};
289 procedure mad_stream_finish(var stream: mad_stream); cdecl; external {$IFDEF DYNLINK}madlib{$ENDIF};
290 procedure mad_stream_options(stream: mad_stream; opts: cint);
293 function mad_stream_sync(var stream: mad_stream): cint; cdecl; external {$IFDEF DYNLINK}madlib{$EN… in mad_stream_sync()
294 function mad_stream_errorstr(var stream: mad_stream): pcchar; cdecl; external {$IFDEF DYNLINK}madl… in mad_stream_errorstr()
440 stream : mad_stream;
445 mad_input_func = function(user: Pointer; var stream: mad_stream): mad_flow; cdecl; in ser()
449 …mad_error_func = function(user: Pointer; var stream: mad_stream; var frame: mad_frame): mad_flo… in ser()
490 stream : mad_stream;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/mad/src/
H A Dmad.pas259 mad_stream = record
288 procedure mad_stream_init(var stream: mad_stream); cdecl; external {$IFDEF DYNLINK}madlib{$ENDIF};
289 procedure mad_stream_finish(var stream: mad_stream); cdecl; external {$IFDEF DYNLINK}madlib{$ENDIF};
290 procedure mad_stream_options(stream: mad_stream; opts: cint);
293 function mad_stream_sync(var stream: mad_stream): cint; cdecl; external {$IFDEF DYNLINK}madlib{$EN… in mad_stream_sync()
294 function mad_stream_errorstr(var stream: mad_stream): pcchar; cdecl; external {$IFDEF DYNLINK}madl… in mad_stream_errorstr()
440 stream : mad_stream;
445 mad_input_func = function(user: Pointer; var stream: mad_stream): mad_flow; cdecl; in ser()
449 …mad_error_func = function(user: Pointer; var stream: mad_stream; var frame: mad_frame): mad_flo… in ser()
490 stream : mad_stream;
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/
H A DMP3FileReader.h132 enum mad_flow filter(struct mad_stream const *, struct mad_frame *);
135 static enum mad_flow input_callback(void *, struct mad_stream *);
138 static enum mad_flow filter_callback(void *, struct mad_stream const *,
140 static enum mad_flow error_callback(void *, struct mad_stream *,
/dports/audio/audacity/audacity-Audacity-3.1.3/src/import/
H A DImportMP3.cpp132 struct mad_stream *stream);
133 mad_flow InputCB(struct mad_stream *stream);
136 struct mad_stream const *stream,
146 struct mad_stream *stream,
148 mad_flow ErrorCB(struct mad_stream *stream, struct mad_frame *frame);
579 mad_stream stream; in CheckMP3()
853 struct mad_stream *stream) in input_cb()
863 mad_flow MP3ImportFileHandle::InputCB(struct mad_stream *stream) in InputCB()
917 mad_flow MP3ImportFileHandle::FilterCB(struct mad_stream const *stream, in FilterCB()
1073 struct mad_stream *stream, in error_cb()
[all …]
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dfindsep.c98 static enum mad_flow input(void *data, struct mad_stream *ms);
103 static enum mad_flow filter (void *data, struct mad_stream const *ms,
105 static enum mad_flow error(void *data, struct mad_stream *ms,
108 static enum mad_flow input_get_bitrate (void *data, struct mad_stream *stream);
279 input(void *data, struct mad_stream *ms) in input()
374 filter (void *data, struct mad_stream const *ms, struct mad_frame *frame) in filter()
468 error(void *data, struct mad_stream *ms, struct mad_frame *frame) in error()
509 input_get_bitrate (void *data, struct mad_stream *stream) in input_get_bitrate()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmad/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
H A Ddecoder.c61 struct mad_stream *), in mad_decoder_init() argument
65 struct mad_stream const *, in mad_decoder_init()
71 struct mad_stream *, in mad_decoder_init()
298 enum mad_flow error_default(void *data, struct mad_stream *stream, in error_default()
320 enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *); in run_sync()
323 struct mad_stream *stream; in run_sync()
H A Dframe.c58 int (*const decoder_table[3])(struct mad_stream *, struct mad_frame *) = {
120 int decode_header(struct mad_header *header, struct mad_stream *stream) in decode_header()
239 int free_bitrate(struct mad_stream *stream, struct mad_header const *header) in free_bitrate()
253 struct mad_stream peek_stream; in free_bitrate()
300 int mad_header_decode(struct mad_header *header, struct mad_stream *stream) in mad_header_decode()
438 int mad_frame_decode(struct mad_frame *frame, struct mad_stream *stream) in mad_frame_decode()
/dports/audio/libmad/libmad-0.15.1b/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
H A Ddecoder.c61 struct mad_stream *), in mad_decoder_init() argument
65 struct mad_stream const *, in mad_decoder_init()
71 struct mad_stream *, in mad_decoder_init()
296 enum mad_flow error_default(void *data, struct mad_stream *stream, in error_default()
318 enum mad_flow (*error_func)(void *, struct mad_stream *, struct mad_frame *); in run_sync()
321 struct mad_stream *stream; in run_sync()
H A Dframe.c58 int (*const decoder_table[3])(struct mad_stream *, struct mad_frame *) = {
120 int decode_header(struct mad_header *header, struct mad_stream *stream) in decode_header()
239 int free_bitrate(struct mad_stream *stream, struct mad_header const *header) in free_bitrate()
253 struct mad_stream peek_stream; in free_bitrate()
300 int mad_header_decode(struct mad_header *header, struct mad_stream *stream) in mad_header_decode()
438 int mad_frame_decode(struct mad_frame *frame, struct mad_stream *stream) in mad_frame_decode()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
/dports/audio/praat/praat-6.2.03/external/mp3/
H A Dmad_layer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
H A Dmp3.cpp110 static enum mad_flow mp3f_mad_error (void *context, struct mad_stream *stream, struct mad_frame *fr…
111 static enum mad_flow mp3f_mad_input (void *context, struct mad_stream *stream);
114 struct mad_stream const *stream,
116 static int mp3f_check_xing (MP3_FILE mp3f, struct mad_stream const *stream);
508 static enum mad_flow mp3f_mad_error(void *context, struct mad_stream *stream, struct mad_frame *fra…
517 static enum mad_flow mp3f_mad_input(void *context, struct mad_stream *stream)
560 struct mad_stream const *stream,
617 static int mp3f_check_xing (MP3_FILE mp3f, struct mad_stream const *stream)
/dports/audio/streamripper/streamripper-1.64.6/libmad-0.15.1b/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/nomaddecoder/mad/
H A Dlayer12.h28 int mad_layer_I(struct mad_stream *, struct mad_frame *);
29 int mad_layer_II(struct mad_stream *, struct mad_frame *);

123456789