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

  /external/chromium_org/third_party/opus/src/win32/
config.h 38 #define OPUS_BUILD 1
  /external/chromium_org/third_party/opus/src/include/
opus_custom.h 49 # ifdef OPUS_BUILD
130 #if !defined(OPUS_BUILD) || defined(CELT_ENCODER_C)
240 #if !defined(OPUS_BUILD) || defined(CELT_DECODER_C)
opus_defines.h 68 # ifdef OPUS_BUILD
73 # elif defined(__GNUC__) && defined(OPUS_BUILD)
102 * NONNULL is not used in OPUS_BUILD to avoid the compiler optimizing out
109 #if !defined(OPUS_BUILD) && defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
  /external/chromium_org/third_party/opus/src/
config.h.in 74 #undef OPUS_BUILD
  /external/chromium_org/third_party/opus/src/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 54 milliseconds