Searched refs:OpusCustomMode (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_custom.h110 typedef struct OpusCustomMode OpusCustomMode; typedef in typeref:struct:OpusCustomMode
121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
125 * @param [in] mode <tt>OpusCustomMode*</tt>: Mode to be freed.
127 OPUS_CUSTOM_EXPORT void opus_custom_mode_destroy(OpusCustomMode *mode);
134 * @param [in] mode <tt>OpusCustomMode *</tt>: Mode configuration
139 const OpusCustomMode *mode,
150 * @param [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of
158 const OpusCustomMode *mode,
167 * @param [in] mode <tt>OpusCustomMode*</t
[all...]
/external/libopus/include/
H A Dopus_custom.h110 typedef struct OpusCustomMode OpusCustomMode; typedef in typeref:struct:OpusCustomMode
121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
125 * @param [in] mode <tt>OpusCustomMode*</tt>: Mode to be freed.
127 OPUS_CUSTOM_EXPORT void opus_custom_mode_destroy(OpusCustomMode *mode);
134 * @param [in] mode <tt>OpusCustomMode *</tt>: Mode configuration
139 const OpusCustomMode *mode,
150 * @param [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of
158 const OpusCustomMode *mode,
167 * @param [in] mode <tt>OpusCustomMode*</t
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.h60 struct OpusCustomMode { struct
H A Dcelt.h51 #define CELTMode OpusCustomMode
H A Dopus_custom_demo.c47 OpusCustomMode *mode=NULL;
H A Dcelt_decoder.c65 const OpusCustomMode *mode;
342 const OpusCustomMode *mode;
696 const OpusCustomMode *mode;
H A Dcelt_encoder.c59 const OpusCustomMode *mode; /**< Mode used by the encoder */
1301 const OpusCustomMode *mode;
/external/libopus/celt/
H A Dmodes.h60 struct OpusCustomMode { struct
H A Dcelt.h51 #define CELTMode OpusCustomMode
H A Dopus_custom_demo.c47 OpusCustomMode *mode=NULL;
H A Dcelt_decoder.c65 const OpusCustomMode *mode;
342 const OpusCustomMode *mode;
696 const OpusCustomMode *mode;
H A Dcelt_encoder.c59 const OpusCustomMode *mode; /**< Mode used by the encoder */
1301 const OpusCustomMode *mode;

Completed in 312 milliseconds