Home
last modified time | relevance | path

Searched refs:GStrv (Results 1 – 24 of 24) sorted by relevance

/third_party/glib/glib/
Dgstrvbuilder.c128 GStrv
133 return (GStrv) g_ptr_array_steal (&builder->array, NULL); in g_strv_builder_end()
Dgstrvbuilder.h54 GStrv g_strv_builder_end (GStrvBuilder *builder);
Dglib-private.h66 g_ignore_strv_leak (GStrv strv) in g_ignore_strv_leak()
Dglib-autocleanups.h99 G_DEFINE_AUTO_CLEANUP_FREE_FUNC(GStrv, g_strfreev, NULL)
Dgstrfuncs.h281 typedef gchar** GStrv; typedef
Dgutils.c1366 GStrv lines; in get_os_info_from_os_release()
/third_party/glib/glib/tests/
Dstrvbuilder.c28 GStrv result; in test_strvbuilder_empty()
43 GStrv result; in test_strvbuilder_add()
Dautoptr.c597 g_auto(GStrv) val = g_strsplit("a:b:c", ":", -1); in test_strv()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.h100 GStrv bundled,
104 GStrv * bundled,
Dwebrtcsdp.c876 _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()
Dgstwebrtcbin.c3366 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/
Dv4l2src-renegotiate.c88 GStrv res; in change_caps()
/third_party/glib/gio/tests/
Dgdbus-example-watch-proxy.c76 if (g_strv_length ((GStrv) invalidated_properties) > 0) in on_properties_changed()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavrcputil.c150 GStrv invalid, gpointer user_data) in player_property_changed_cb()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c1662 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/
Dgstx265enc.c754 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/
Dgstlatency.c576 GStrv split = g_strsplit (flags, "+", -1); in gst_latency_tracer_constructed()
Dgstleaks.c186 GStrv tmp = g_strsplit (filters, ",", -1); in set_filters()
/third_party/glib/gobject/
Dgvaluetypes.c1409 GStrv strv = g_value_get_boxed (value); in g_strdup_value_contents()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c991 GStrv tokens = NULL; in gst_rist_sink_set_bonds()
Dgstristsrc.c952 GStrv tokens = NULL; in gst_rist_src_set_bonds()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1822 GStrv
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c2468 GStrv expected = user_data; in _check_bundle_tag()
/third_party/glib/
DNEWS3970 755355 Move GStrv to glib.h so it can be used with g_auto()
8848 629192 g_strdup_value_contents(): dump GStrv more usefully