Searched refs:have_vorbis (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/tests/ |
D | external_libs_test.c | 87 int have_vorbis = 0 , have_opus = 0 ; in subtype_format_test() local 98 have_vorbis = info.format == SF_FORMAT_VORBIS ? 1 : have_vorbis ; in subtype_format_test() 103 { exit_if_true (have_vorbis == 0, "\n\nLine %d : Ogg/Vorbis should be available.\n\n", __LINE__) ; in subtype_format_test() 107 { exit_if_true (have_vorbis, "\n\nLine %d : Ogg/Vorbis 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 143 have_vorbis = 1 ; in simple_format_test() 159 exit_if_true (have_vorbis == 0, "\n\nLine %d : Ogg/Vorbis should be available.\n\n", __LINE__) ; in simple_format_test() 165 exit_if_true (have_vorbis, "\n\nLine %d : Ogg/Vorbis should not be available.\n\n", __LINE__) ; in simple_format_test()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsrc.c | 684 gboolean have_theora, have_ogg, have_vorbis, have_matroska, have_qtmux, in splitmuxsrc_suite() local 692 have_vorbis = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite() 711 if (have_matroska && have_vorbis) { in splitmuxsrc_suite()
|
D | splitmuxsink.c | 816 gboolean have_theora, have_ogg, have_vorbis, have_matroska, have_qtmux, in splitmuxsink_suite() local 824 have_vorbis = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite() 849 if (have_matroska && have_vorbis) { in splitmuxsink_suite()
|