Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dexternal_libs_test.c87 int have_vorbis = 0 , have_opus = 0 ; in subtype_format_test() local
99 have_opus = info.format == SF_FORMAT_OPUS ? 1 : have_opus ; in subtype_format_test()
104 exit_if_true (have_opus == 0, "\n\nLine %d : Ogg/Opus should be available.\n\n", __LINE__) ; in subtype_format_test()
108 exit_if_true (have_opus, "\n\nLine %d : Ogg/Opus should not be available.\n\n", __LINE__) ; in subtype_format_test()
117 int have_flac = 0, have_ogg = 0, have_vorbis = 0, have_opus = 0 ; in simple_format_test() local
147 have_opus = 1 ; in simple_format_test()
160 exit_if_true (have_opus == 0, "\n\nLine %d : Ogg/Opus should be available.\n\n", __LINE__) ; in simple_format_test()
166 exit_if_true (have_opus, "\n\nLine %d : Ogg/Opus should not be available.\n\n", __LINE__) ; in simple_format_test()