Home | History | Annotate | Download | only in include

Lines Matching refs:OpusCustomEncoder

95 typedef struct OpusCustomEncoder OpusCustomEncoder;
133 /** Gets the size of an OpusCustomEncoder structure.
149 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
157 OpusCustomEncoder *st,
174 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encoder_create(
182 * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed.
184 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);
187 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
204 OpusCustomEncoder *st,
212 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state
225 OpusCustomEncoder *st,
238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);