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

  /external/libopus/include/
opus_defines.h 80 # if !defined(OPUS_GNUC_PREREQ)
82 # define OPUS_GNUC_PREREQ(_maj,_min) \
85 # define OPUS_GNUC_PREREQ(_maj,_min) 0
90 # if OPUS_GNUC_PREREQ(3,0)
102 # if OPUS_GNUC_PREREQ(2,7)
116 #if defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
121 #if !defined(OPUS_BUILD) && defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 28 milliseconds