Home
last modified time | relevance | path

Searched refs:OPUS_EXPORT (Results 1 – 7 of 7) sorted by relevance

/external/libopus/include/
Dopus.h171 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_encoder_get_size(int channels);
208 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusEncoder *opus_encoder_create(
228 OPUS_EXPORT int opus_encoder_init(
263 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode(
304 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode_float(
315 OPUS_EXPORT void opus_encoder_destroy(OpusEncoder *st);
328 OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NONNULL(1);
406 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decoder_get_size(int channels);
423 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusDecoder *opus_decoder_create(
440 OPUS_EXPORT int opus_decoder_init(
[all …]
Dopus_multistream.h203 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_encoder_get_size(
208 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_multistream_surround_encoder_get_size(
257 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSEncoder *opus_multistream_encoder_create(
267 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusMSEncoder *opus_multistream_surround_encoder_create(
326 OPUS_EXPORT int opus_multistream_encoder_init(
336 OPUS_EXPORT int opus_multistream_surround_encoder_init(
377 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_encode(
422 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_encode_float(
434 OPUS_EXPORT void opus_multistream_encoder_destroy(OpusMSEncoder *st);
448 OPUS_EXPORT int opus_multistream_encoder_ctl(OpusMSEncoder *st, int request, ...) OPUS_ARG_NONNULL(…
[all …]
Dopus_defines.h66 #ifndef OPUS_EXPORT
69 # define OPUS_EXPORT __declspec(dllexport) macro
71 # define OPUS_EXPORT
74 # define OPUS_EXPORT __attribute__ ((visibility ("default")))
76 # define OPUS_EXPORT
768 OPUS_EXPORT const char *opus_strerror(int error);
778 OPUS_EXPORT const char *opus_get_version_string(void);
Dopus_custom.h45 # define OPUS_CUSTOM_EXPORT OPUS_EXPORT
46 # define OPUS_CUSTOM_EXPORT_STATIC OPUS_EXPORT
/external/libopus/src/
Dopus.c36 OPUS_EXPORT void opus_pcm_soft_clip(float *_x, int N, int C, float *declip_mem) in opus_pcm_soft_clip()
/external/libopus/celt/
Dfixed_debug.h39 OPUS_EXPORT opus_int64 celt_mips=0;
/external/libopus/doc/
DDoxyfile.in316 PREDEFINED = OPUS_EXPORT= \