HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_EXPORT (Results 1 - 6 of 6) sorted by null

  /external/libopus/include/
opus.h 171 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...]
opus_multistream.h 203 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(1)
    [all...]
opus_defines.h 66 #ifndef OPUS_EXPORT
69 # define OPUS_EXPORT __declspec(dllexport)
71 # define OPUS_EXPORT
74 # define OPUS_EXPORT __attribute__ ((visibility ("default")))
76 # define OPUS_EXPORT
713 OPUS_EXPORT const char *opus_strerror(int error);
719 OPUS_EXPORT const char *opus_get_version_string(void);
opus_custom.h 45 # define OPUS_CUSTOM_EXPORT OPUS_EXPORT
46 # define OPUS_CUSTOM_EXPORT_STATIC OPUS_EXPORT
  /external/libopus/src/
opus.c 36 OPUS_EXPORT void opus_pcm_soft_clip(float *_x, int N, int C, float *declip_mem)
  /external/libopus/celt/
fixed_debug.h 39 OPUS_EXPORT opus_int64 celt_mips=0;

Completed in 136 milliseconds