Lines Matching refs:f

100 #define MAD_FUNC_ENTRIES(f,x) \  argument
101 …MAD_FUNC(f,x, void, mad_stream_buffer, (struct mad_stream *, unsigned char const *, unsigned long)…
102 MAD_FUNC(f,x, void, mad_stream_skip, (struct mad_stream *, unsigned long)) \
103 MAD_FUNC(f,x, int, mad_stream_sync, (struct mad_stream *)) \
104 MAD_FUNC(f,x, void, mad_stream_init, (struct mad_stream *)) \
105 MAD_FUNC(f,x, void, mad_frame_init, (struct mad_frame *)) \
106 MAD_FUNC(f,x, void, mad_synth_init, (struct mad_synth *)) \
107 MAD_FUNC(f,x, int, mad_frame_decode, (struct mad_frame *, struct mad_stream *)) \
108 MAD_FUNC(f,x, void, mad_timer_add, (mad_timer_t *, mad_timer_t)) \
109 MAD_FUNC(f,x, void, mad_synth_frame, (struct mad_synth *, struct mad_frame const *)) \
110 MAD_FUNC(f,x, char const *, mad_stream_errorstr, (struct mad_stream const *)) \
111 MAD_FUNC(f,x, void, mad_frame_finish, (struct mad_frame *)) \
112 MAD_FUNC(f,x, void, mad_stream_finish, (struct mad_stream *)) \
113 MAD_FUNC(f,x, unsigned long, mad_bit_read, (struct mad_bitptr *, unsigned int)) \
114 MAD_FUNC(f,x, int, mad_header_decode, (struct mad_header *, struct mad_stream *)) \
115 MAD_FUNC(f,x, void, mad_header_init, (struct mad_header *)) \
116 MAD_FUNC(f,x, signed long, mad_timer_count, (mad_timer_t, enum mad_units)) \
117 MAD_FUNC(f,x, void, mad_timer_multiply, (mad_timer_t *, signed long))
136 #define LAME_FUNC_ENTRIES(f,x) \ argument
137 LAME_FUNC(f,x, lame_global_flags*, lame_init, (void)) \
138 LAME_FUNC(f,x, int, lame_set_errorf, (lame_global_flags *, void (*)(const char *, va_list))) \
139 LAME_FUNC(f,x, int, lame_set_debugf, (lame_global_flags *, void (*)(const char *, va_list))) \
140 LAME_FUNC(f,x, int, lame_set_msgf, (lame_global_flags *, void (*)(const char *, va_list))) \
141 LAME_FUNC(f,x, int, lame_set_num_samples, (lame_global_flags *, unsigned long)) \
142 LAME_FUNC(f,x, int, lame_get_num_channels, (const lame_global_flags *)) \
143 LAME_FUNC(f,x, int, lame_set_num_channels, (lame_global_flags *, int)) \
144 LAME_FUNC(f,x, int, lame_set_in_samplerate, (lame_global_flags *, int)) \
145 LAME_FUNC(f,x, int, lame_set_out_samplerate, (lame_global_flags *, int)) \
146 LAME_FUNC(f,x, int, lame_set_bWriteVbrTag, (lame_global_flags *, int)) \
147 LAME_FUNC(f,x, int, lame_set_brate, (lame_global_flags *, int)) \
148 LAME_FUNC(f,x, int, lame_set_quality, (lame_global_flags *, int)) \
149 LAME_FUNC(f,x, vbr_mode, lame_get_VBR, (const lame_global_flags *)) \
150 LAME_FUNC(f,x, int, lame_set_VBR, (lame_global_flags *, vbr_mode)) \
151 LAME_FUNC(f,x, int, lame_set_VBR_q, (lame_global_flags *, int)) \
152 LAME_FUNC(f,x, int, lame_init_params, (lame_global_flags *)) \
153 …LAME_FUNC(f,x, int, lame_encode_buffer_float, (lame_global_flags *, const float[], const float[], …
154 LAME_FUNC(f,x, int, lame_encode_flush, (lame_global_flags *, unsigned char *, int)) \
155 LAME_FUNC(f,x, int, lame_close, (lame_global_flags *)) \
156 …LAME_FUNC(f,x, size_t, lame_get_lametag_frame, (const lame_global_flags *, unsigned char*, size_t)…
157 LAME_FUNC(f,x, void, id3tag_init, (lame_global_flags *)) \
158 LAME_FUNC(f,x, void, id3tag_set_title, (lame_global_flags *, const char* title)) \
159 LAME_FUNC(f,x, void, id3tag_set_artist, (lame_global_flags *, const char* artist)) \
160 LAME_FUNC(f,x, void, id3tag_set_album, (lame_global_flags *, const char* album)) \
161 LAME_FUNC(f,x, void, id3tag_set_year, (lame_global_flags *, const char* year)) \
162 LAME_FUNC(f,x, void, id3tag_set_comment, (lame_global_flags *, const char* comment)) \
163 LAME_FUNC(f,x, int, id3tag_set_track, (lame_global_flags *, const char* track)) \
164 LAME_FUNC(f,x, int, id3tag_set_genre, (lame_global_flags *, const char* genre)) \
165 LAME_FUNC(f,x, size_t, id3tag_set_pad, (lame_global_flags *, size_t)) \
166 LAME_FUNC(f,x, size_t, lame_get_id3v2_tag, (lame_global_flags *, unsigned char*, size_t)) \
167 LAME_FUNC(f,x, int, id3tag_set_fieldvalue, (lame_global_flags *, const char *))
186 #define TWOLAME_FUNC_ENTRIES(f,x) \ argument
187 TWOLAME_FUNC(f,x, twolame_options*, twolame_init, (void)) \
188 TWOLAME_FUNC(f,x, int, twolame_get_num_channels, (twolame_options*)) \
189 TWOLAME_FUNC(f,x, int, twolame_set_num_channels, (twolame_options*, int)) \
190 TWOLAME_FUNC(f,x, int, twolame_set_in_samplerate, (twolame_options *, int)) \
191 TWOLAME_FUNC(f,x, int, twolame_set_out_samplerate, (twolame_options *, int)) \
192 TWOLAME_FUNC(f,x, int, twolame_set_brate, (twolame_options *, int)) \
193 TWOLAME_FUNC(f,x, int, twolame_init_params, (twolame_options *)) \
194 …TWOLAME_FUNC(f,x, int, twolame_encode_buffer_float32_interleaved, (twolame_options *, const float …
195 TWOLAME_FUNC(f,x, int, twolame_encode_flush, (twolame_options *, unsigned char *, int)) \
196 TWOLAME_FUNC(f,x, void, twolame_close, (twolame_options **))