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

/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/libopus/celt/
H A Dmodes.h60 struct OpusCustomMode { struct

Completed in 292 milliseconds