Lines Matching refs:TWOLAME_FUNC
181 #define TWOLAME_FUNC LSX_DLENTRY_DYNAMIC macro
183 #define TWOLAME_FUNC LSX_DLENTRY_STATIC macro
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 **))