/third_party/glib/glib/ |
D | gstrvbuilder.c | 128 GStrv 133 return (GStrv) g_ptr_array_steal (&builder->array, NULL); in g_strv_builder_end()
|
D | gstrvbuilder.h | 54 GStrv g_strv_builder_end (GStrvBuilder *builder);
|
D | glib-private.h | 66 g_ignore_strv_leak (GStrv strv) in g_ignore_strv_leak()
|
D | glib-autocleanups.h | 99 G_DEFINE_AUTO_CLEANUP_FREE_FUNC(GStrv, g_strfreev, NULL)
|
D | gstrfuncs.h | 281 typedef gchar** GStrv; typedef
|
D | gutils.c | 1366 GStrv lines; in get_os_info_from_os_release()
|
/third_party/glib/glib/tests/ |
D | strvbuilder.c | 28 GStrv result; in test_strvbuilder_empty() 43 GStrv result; in test_strvbuilder_add()
|
D | autoptr.c | 597 g_auto(GStrv) val = g_strsplit("a:b:c", ":", -1); in test_strv()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsdp.h | 100 GStrv bundled, 104 GStrv * bundled,
|
D | webrtcsdp.c | 876 _parse_bundle (GstSDPMessage * sdp, GStrv * bundled, GError ** error) in _parse_bundle() 906 _get_bundle_index (GstSDPMessage * sdp, GStrv bundled, guint * idx) in _get_bundle_index()
|
D | gstwebrtcbin.c | 3366 GStrv last_bundle = NULL; in _create_offer_task() 3789 GStrv bundled = NULL; in _create_answer_task() 3808 GStrv last_bundle = NULL; in _create_answer_task() 4845 GStrv bundled, guint bundle_idx, GError ** error) in _update_transceiver_from_sdp_media() 5268 GStrv bundled = NULL; in _update_transceivers_from_sdp() 5532 GStrv bundled = NULL; in _set_description_task() 5810 GStrv split = g_strsplit (attr->value, " ", 0); in _set_description_task()
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | v4l2src-renegotiate.c | 88 GStrv res; in change_caps()
|
/third_party/glib/gio/tests/ |
D | gdbus-example-watch-proxy.c | 76 if (g_strv_length ((GStrv) invalidated_properties) > 0) in on_properties_changed()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavrcputil.c | 150 GStrv invalid, gpointer user_data) in player_property_changed_cb()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsrc.c | 1662 GStrv multi_ifaces = g_strsplit (src->multi_iface, ",", -1); in gst_udpsrc_open() 1861 GStrv multi_ifaces = g_strsplit (src->multi_iface, ",", -1); in gst_udpsrc_close()
|
/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 754 GStrv kvpairs; in gst_x265_enc_parse_options() 769 GStrv key_val = g_strsplit (kvpairs[i], "=", 2); in gst_x265_enc_parse_options()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstlatency.c | 576 GStrv split = g_strsplit (flags, "+", -1); in gst_latency_tracer_constructed()
|
D | gstleaks.c | 186 GStrv tmp = g_strsplit (filters, ",", -1); in set_filters()
|
/third_party/glib/gobject/ |
D | gvaluetypes.c | 1409 GStrv strv = g_value_get_boxed (value); in g_strdup_value_contents()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsink.c | 991 GStrv tokens = NULL; in gst_rist_sink_set_bonds()
|
D | gstristsrc.c | 952 GStrv tokens = NULL; in gst_rist_src_set_bonds()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1822 GStrv
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 2468 GStrv expected = user_data; in _check_bundle_tag()
|
/third_party/glib/ |
D | NEWS | 3970 755355 Move GStrv to glib.h so it can be used with g_auto() 8848 629192 g_strdup_value_contents(): dump GStrv more usefully
|