Home
last modified time | relevance | path

Searched refs:factory_type (Results 1 – 16 of 16) 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/boost/boost/numeric/odeint/stepper/generation/
Dmake_dense_output.hpp74 typedef dense_output_factory< stepper_type , dense_output_type > factory_type; in make_dense_output() typedef
75 factory_type factory; in make_dense_output()
89 typedef dense_output_factory< stepper_type , dense_output_type > factory_type; in make_dense_output() typedef
90 factory_type factory; in make_dense_output()
Dmake_controlled.hpp78 typedef controller_factory< stepper_type , controller_type > factory_type; in make_controlled() typedef
79 factory_type factory; in make_controlled()
93 typedef controller_factory< stepper_type , controller_type > factory_type; in make_controlled() typedef
94 factory_type factory; in make_controlled()
/third_party/boost/boost/flyweight/detail/
Dflyweight_core.hpp94 >::type factory_type; typedef in boost::flyweights::detail::flyweight_core
95 typedef typename factory_type::handle_type base_handle_type;
156 static factory_type& factory() in factory()
169 factory_type factory;
264 static factory_type* static_factory_ptr;
286 FactorySpecifier,LockingPolicy,HolderSpecifier>::factory_type*
/third_party/boost/boost/asio/detail/impl/
Dservice_registry.hpp29 factory_type factory = &service_registry::create<Service, execution_context>; in use_service()
38 factory_type factory = &service_registry::create<Service, io_context>; in use_service()
Dservice_registry.ipp115 factory_type factory, void* owner)
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dservice_registry.hpp29 factory_type factory = &service_registry::create<Service, execution_context>; in use_service()
38 factory_type factory = &service_registry::create<Service, io_context>; in use_service()
Dservice_registry.ipp115 factory_type factory, void* owner)
/third_party/boost/libs/asio/include/boost/asio/detail/
Dservice_registry.hpp110 typedef execution_context::service*(*factory_type)(void*); typedef in boost::asio::detail::service_registry
133 factory_type factory, void* owner);
/third_party/boost/boost/asio/detail/
Dservice_registry.hpp110 typedef execution_context::service*(*factory_type)(void*); typedef in boost::asio::detail::service_registry
133 factory_type factory, void* owner);
/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp369 using factory_type = iterator_input_adapter_factory<IteratorType>; in input_adapter() typedef
370 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/boost/boost/thread/
Dfuture.hpp5834 typedef detail::future_when_all_vector_shared_state<value_type> factory_type; typedef
5837 shared_ptr<factory_type >
5838 h(new factory_type(detail::input_iterator_tag_value, first,last));
5852 …le_shared_state<container_type, typename decay<T0>::type, typename decay<T>::type...> factory_type; typedef
5854 shared_ptr<factory_type>
5855 …h(new factory_type(detail::values_tag_value, boost::forward<T0>(f), boost::forward<T>(futures)...)…
5868 typedef detail::future_when_any_vector_shared_state<value_type> factory_type; typedef
5871 shared_ptr<factory_type >
5872 h(new factory_type(detail::input_iterator_tag_value, first,last));
5886 …le_shared_state<container_type, typename decay<T0>::type, typename decay<T>::type...> factory_type; typedef
[all …]
/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.c5148 GstElementFactoryListType factory_type; in autoplug_query_caps() local
5161 factory_type = in autoplug_query_caps()
5193 factory_type = GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO; in autoplug_query_caps()
5223 factory_type = GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE; in autoplug_query_caps()
5267 if (!gst_element_factory_list_is_type (f, factory_type)) in autoplug_query_caps()
/third_party/json/single_include/nlohmann/
Djson.hpp5090 using factory_type = iterator_input_adapter_factory<IteratorType>; in input_adapter() typedef
5091 return factory_type::create(first, last); in input_adapter()