Lines Matching refs:OPUS_EXPORT
123 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_projection_ambisonics_encoder_get_size(
161 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionEncoder *opus_projection_ambisonics_encoder_creat…
214 OPUS_EXPORT int opus_projection_ambisonics_encoder_init(
255 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_projection_encode(
301 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_projection_encode_float(
314 OPUS_EXPORT void opus_projection_encoder_destroy(OpusProjectionEncoder *st);
331 OPUS_EXPORT int opus_projection_encoder_ctl(OpusProjectionEncoder *st, int request, ...) OPUS_ARG_N…
356 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_projection_decoder_get_size(
397 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionDecoder *opus_projection_decoder_create(
447 OPUS_EXPORT int opus_projection_decoder_init(
487 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_projection_decode(
526 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_projection_decode_float(
550 OPUS_EXPORT int opus_projection_decoder_ctl(OpusProjectionDecoder *st, int request, ...) OPUS_ARG_N…
557 OPUS_EXPORT void opus_projection_decoder_destroy(OpusProjectionDecoder *st);