Lines Matching refs:EXPORT
783 EXPORT SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels, spx_uint32_t in_rate, sp… in speex_resampler_init()
788 EXPORT SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels, spx_uint32_t ratio_… in speex_resampler_init_frac()
849 EXPORT void speex_resampler_destroy(SpeexResamplerState *st) in speex_resampler_destroy()
906 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const s… in speex_resampler_process_int()
908 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const… in speex_resampler_process_int()
947 EXPORT int speex_resampler_process_float(SpeexResamplerState *st, spx_uint32_t channel_index, const… in speex_resampler_process_float()
949 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const s… in speex_resampler_process_float()
1020 EXPORT int speex_resampler_process_interleaved_float(SpeexResamplerState *st, const float *in, spx_… in speex_resampler_process_interleaved_float()
1043 EXPORT int speex_resampler_process_interleaved_int(SpeexResamplerState *st, const spx_int16_t *in, … in speex_resampler_process_interleaved_int()
1066 EXPORT int speex_resampler_set_rate(SpeexResamplerState *st, spx_uint32_t in_rate, spx_uint32_t out… in speex_resampler_set_rate()
1071 EXPORT void speex_resampler_get_rate(SpeexResamplerState *st, spx_uint32_t *in_rate, spx_uint32_t *… in speex_resampler_get_rate()
1077 EXPORT int speex_resampler_set_rate_frac(SpeexResamplerState *st, spx_uint32_t ratio_num, spx_uint3… in speex_resampler_set_rate_frac()
1116 EXPORT void speex_resampler_get_ratio(SpeexResamplerState *st, spx_uint32_t *ratio_num, spx_uint32_… in speex_resampler_get_ratio()
1122 EXPORT int speex_resampler_set_quality(SpeexResamplerState *st, int quality) in speex_resampler_set_quality()
1134 EXPORT void speex_resampler_get_quality(SpeexResamplerState *st, int *quality) in speex_resampler_get_quality()
1139 EXPORT void speex_resampler_set_input_stride(SpeexResamplerState *st, spx_uint32_t stride) in speex_resampler_set_input_stride()
1144 EXPORT void speex_resampler_get_input_stride(SpeexResamplerState *st, spx_uint32_t *stride) in speex_resampler_get_input_stride()
1149 EXPORT void speex_resampler_set_output_stride(SpeexResamplerState *st, spx_uint32_t stride) in speex_resampler_set_output_stride()
1154 EXPORT void speex_resampler_get_output_stride(SpeexResamplerState *st, spx_uint32_t *stride) in speex_resampler_get_output_stride()
1159 EXPORT int speex_resampler_get_input_latency(SpeexResamplerState *st) in speex_resampler_get_input_latency()
1164 EXPORT int speex_resampler_get_output_latency(SpeexResamplerState *st) in speex_resampler_get_output_latency()
1169 EXPORT int speex_resampler_skip_zeros(SpeexResamplerState *st) in speex_resampler_skip_zeros()
1177 EXPORT int speex_resampler_reset_mem(SpeexResamplerState *st) in speex_resampler_reset_mem()
1191 EXPORT const char *speex_resampler_strerror(int err) in speex_resampler_strerror()