Home | History | Annotate | Download | only in include

Lines Matching refs:mode

79   * an additional mode parameter which is a structure produced by
81 * must create a mode using the same sample rate (fs) and frame size
104 /** The mode contains all the information necessary to create an
106 with exactly the same mode, otherwise the output will be
108 @brief Mode configuration
112 /** Creates a new mode struct. This will be passed to an encoder or
113 * decoder. The mode MUST NOT BE DESTROYED until the encoders and
119 * @return A newly created mode
123 /** Destroys a mode struct. Only call this after all encoders and
124 * decoders using this mode are destroyed as well.
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*</tt>: Contains all the information about the characteristics of
175 const OpusCustomMode *mode,
245 * @param [in] mode <tt>OpusCustomMode *</tt>: Mode configuration
250 const OpusCustomMode *mode,
260 * @param [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of
268 const OpusCustomMode *mode,
277 * @param [in] mode <tt>OpusCustomMode</tt>: Contains all the information about the characteristics of the
284 const OpusCustomMode *mode,