Lines Matching refs:OpusProjectionEncoder
100 typedef struct OpusProjectionEncoder OpusProjectionEncoder;
115 /** Gets the size of an OpusProjectionEncoder structure.
161 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionEncoder *opus_projection_ambisonics_encoder_create(
180 * @param st <tt>OpusProjectionEncoder*</tt>: Projection encoder state to initialize.
215 OpusProjectionEncoder *st,
226 * @param st <tt>OpusProjectionEncoder*</tt>: Projection encoder state.
256 OpusProjectionEncoder *st,
265 * @param st <tt>OpusProjectionEncoder*</tt>: Projection encoder state.
302 OpusProjectionEncoder *st,
310 /** Frees an <code>OpusProjectionEncoder</code> allocated by
312 * @param st <tt>OpusProjectionEncoder*</tt>: Projection encoder state to be freed.
314 OPUS_EXPORT void opus_projection_encoder_destroy(OpusProjectionEncoder *st);
321 * @param st <tt>OpusProjectionEncoder*</tt>: Projection encoder state.
331 OPUS_EXPORT int opus_projection_encoder_ctl(OpusProjectionEncoder *st, int request, ...) OPUS_ARG_NONNULL(1);