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

  /external/chromium_org/third_party/speex/include/speex/
speex.h 215 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 {
290 } 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_mode
    [all...]
  /external/speex/include/speex/
speex.h 215 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 {
290 } 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_mode
    [all...]

Completed in 164 milliseconds