Searched defs:SpeexMode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/include/speex/
H A Dspeex.h215 struct SpeexMode;
221 typedef void *(*encoder_init_func)(const struct SpeexMode *mode);
233 typedef void *(*decoder_init_func)(const struct SpeexMode *mode);
249 typedef struct SpeexMode { struct
290 } SpeexMode; typedef in typeref:struct:SpeexMode
301 void *speex_encoder_init(const SpeexMode *mode);
345 void *speex_decoder_init(const SpeexMode *mode);
390 int speex_mode_query(const SpeexMode *mode, int request, void *ptr);
400 extern const SpeexMode speex_nb_mode;
403 extern const SpeexMode speex_wb_mod
[all...]
/external/speex/include/speex/
H A Dspeex.h215 struct SpeexMode;
221 typedef void *(*encoder_init_func)(const struct SpeexMode *mode);
233 typedef void *(*decoder_init_func)(const struct SpeexMode *mode);
249 typedef struct SpeexMode { struct
290 } SpeexMode; typedef in typeref:struct:SpeexMode
301 void *speex_encoder_init(const SpeexMode *mode);
345 void *speex_decoder_init(const SpeexMode *mode);
390 int speex_mode_query(const SpeexMode *mode, int request, void *ptr);
400 extern const SpeexMode speex_nb_mode;
403 extern const SpeexMode speex_wb_mod
[all...]

Completed in 636 milliseconds