HomeSort by relevance Sort by last modified time
    Searched defs:SpeexResamplerState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/speex/include/speex/
speex_resampler.h 112 typedef struct SpeexResamplerState_ SpeexResamplerState;
123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
142 SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels,
153 void speex_resampler_destroy(SpeexResamplerState *st);
165 int speex_resampler_process_float(SpeexResamplerState *st,
182 int speex_resampler_process_int(SpeexResamplerState *st,
198 int speex_resampler_process_interleaved_float(SpeexResamplerState *st,
213 int speex_resampler_process_interleaved_int(SpeexResamplerState *st,
224 int speex_resampler_set_rate(SpeexResamplerState *st,
233 void speex_resampler_get_rate(SpeexResamplerState *st,
    [all...]
  /external/speex/include/speex/
speex_resampler.h 112 typedef struct SpeexResamplerState_ SpeexResamplerState;
123 SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
142 SpeexResamplerState *speex_resampler_init_frac(spx_uint32_t nb_channels,
153 void speex_resampler_destroy(SpeexResamplerState *st);
165 int speex_resampler_process_float(SpeexResamplerState *st,
182 int speex_resampler_process_int(SpeexResamplerState *st,
198 int speex_resampler_process_interleaved_float(SpeexResamplerState *st,
213 int speex_resampler_process_interleaved_int(SpeexResamplerState *st,
224 int speex_resampler_set_rate(SpeexResamplerState *st,
233 void speex_resampler_get_rate(SpeexResamplerState *st,
    [all...]

Completed in 63 milliseconds