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

  /external/libopus/win32/
config.h 36 #define OPUS_BUILD 1
  /external/libopus/include/
opus_custom.h 49 # ifdef OPUS_BUILD
130 #if !defined(OPUS_BUILD) || defined(CELT_ENCODER_C)
241 #if !defined(OPUS_BUILD) || defined(CELT_DECODER_C)
opus_defines.h 68 # if defined(OPUS_BUILD) && defined(DLL_EXPORT)
73 # elif defined(__GNUC__) && defined(OPUS_BUILD)
114 * NONNULL is not used in OPUS_BUILD to avoid the compiler optimizing out
121 #if !defined(OPUS_BUILD) && defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
    [all...]
  /external/libopus/tests/
test_opus_decode.c 138 #if !defined(OPUS_BUILD) && (OPUS_GNUC_PREREQ(4, 6) || (defined(__clang_major__) && __clang_major__ >= 3))
143 #if !defined(OPUS_BUILD) && (OPUS_GNUC_PREREQ(4, 6) || (defined(__clang_major__) && __clang_major__ >= 3))
  /external/libopus/src/
opus_decoder.c 32 #ifndef OPUS_BUILD
33 # error "OPUS_BUILD _MUST_ be defined to build Opus. This probably means you need other defines as well, as in a config.h. See the included build files for details."

Completed in 84 milliseconds