Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstfactories.c104 const gchar *factory_type; in do_plugin_feature_loaded() local
113 factory_type = "typefind"; in do_plugin_feature_loaded()
115 factory_type = "device-provider"; in do_plugin_feature_loaded()
117 factory_type = "dynamic-type"; in do_plugin_feature_loaded()
136 (guint64) (guintptr) g_thread_self (), ts, factory_type, factory_name, in do_plugin_feature_loaded()
/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp384 using factory_type = iterator_input_adapter_factory<IteratorType>; in input_adapter() typedef
385 return factory_type::create(first, last); in input_adapter()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c663 const gchar *factory_type = NULL; in do_factory_used() local
669 factory_type = gst_structure_get_string (s, "factory-type"); in do_factory_used()
679 if (!g_strcmp0 (factory_type, FACTORY_TYPES[f])) in do_factory_used()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c4225 GstElementFactoryListType factory_type;
4238 factory_type =
4262 factory_type = GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO;
4284 factory_type = GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE;
4328 if (!gst_element_factory_list_is_type (f, factory_type))
Dgstplaybin2.c5952 GstElementFactoryListType factory_type; local
5965 factory_type =
5997 factory_type = GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO;
6027 factory_type = GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE;
6071 if (!gst_element_factory_list_is_type (f, factory_type))
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp5581 using factory_type = iterator_input_adapter_factory<IteratorType>; in input_adapter() typedef
5582 return factory_type::create(first, last); in input_adapter()
/third_party/json/single_include/nlohmann/
Djson.hpp6453 using factory_type = iterator_input_adapter_factory<IteratorType>; in input_adapter() typedef
6454 return factory_type::create(first, last); in input_adapter()