Home
last modified time | relevance | path

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

/third_party/rust/crates/env_logger/ci/src/
Dtask.rs23 fn features_string(&self) -> Option<String> { in features_string() method
42 let features = args.features_string(); in test()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c202 gchar *features_string = gst_caps_features_to_string (features); in print_device() local
204 g_print ("(%s)", features_string); in print_device()
205 g_free (features_string); in print_device()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c632 gchar *features_string = gst_caps_features_to_string (features); in _build_caps() local
635 i ? "\n" : "", gst_structure_get_name (structure), features_string); in _build_caps()
636 g_free (features_string); in _build_caps()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c200 gchar *features_string = gst_caps_features_to_string (features); in print_caps() local
204 CAPS_FEATURE_COLOR, features_string, RESET_COLOR); in print_caps()
205 g_free (features_string); in print_caps()