Home
last modified time | relevance | path

Searched refs:e_prop (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelementfactory.c83 GstElement *e, *e_name, *e_prop; in GST_START_TEST() local
96 e_prop = gst_element_factory_make_full ("fakesrc", in GST_START_TEST()
98 g_object_get (e_prop, in GST_START_TEST()
100 fail_if (e_prop == NULL || num_buffers != nb || do_timestamp != do_ts); in GST_START_TEST()
104 gst_object_unref (e_prop); in GST_START_TEST()
/third_party/boost/boost/graph/
Dgraphviz.hpp896 typedef boost::tuple< id_t, bgl_edge_t, id_t > e_prop; in finish_building_graph() typedef
897 BOOST_FOREACH (const e_prop& t, edge_props) in finish_building_graph()