Searched refs:n_props (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstpreset.c | 572 guint i, j = 0, n_props; in gst_preset_default_get_property_names() local 581 props = g_object_class_list_properties (gclass, &n_props); in gst_preset_default_get_property_names() 585 result = g_new (gchar *, n_props + 1); in gst_preset_default_get_property_names() 588 GST_DEBUG_OBJECT (preset, " filtering properties: %u", n_props); in gst_preset_default_get_property_names() 589 for (i = 0; i < n_props; i++) { in gst_preset_default_get_property_names() 607 props = g_object_class_list_properties (gclass, &n_props); in gst_preset_default_get_property_names() 610 result = g_renew (gchar *, result, j + n_props + 1); in gst_preset_default_get_property_names() 613 GST_DEBUG_OBJECT (preset, " filtering properties: %u", n_props); in gst_preset_default_get_property_names() 614 for (i = 0; i < n_props; i++) { in gst_preset_default_get_property_names()
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | require.hpp | 129 n_props, enumerator 263 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = n_props); 379 void(P0, P1, PN BOOST_ASIO_ELLIPSIS)>::overload == n_props,
|
D | prefer.hpp | 145 n_props, enumerator 376 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = n_props); 539 void(P0, P1, PN BOOST_ASIO_ELLIPSIS)>::overload == n_props,
|
/third_party/boost/boost/asio/ |
D | require.hpp | 129 n_props, enumerator 263 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = n_props); 379 void(P0, P1, PN BOOST_ASIO_ELLIPSIS)>::overload == n_props,
|
D | prefer.hpp | 145 n_props, enumerator 376 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = n_props); 539 void(P0, P1, PN BOOST_ASIO_ELLIPSIS)>::overload == n_props,
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 336 guint i, n_props; in _add_properties() local 341 specs = g_object_class_list_properties (klass, &n_props); in _add_properties() 343 for (i = 0; i < n_props; i++) { in _add_properties()
|