Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c67 } RTSPKeyValue; typedef
77 (*func) (&g_array_index (array, RTSPKeyValue, i), user_data); in key_value_foreach()
82 key_value_append (const RTSPKeyValue * kv, GArray * array) in key_value_append()
84 RTSPKeyValue kvcopy; in key_value_append()
154 msg->hdr_fields = g_array_new (FALSE, FALSE, sizeof (RTSPKeyValue)); in gst_rtsp_message_init()
226 msg->hdr_fields = g_array_new (FALSE, FALSE, sizeof (RTSPKeyValue)); in gst_rtsp_message_init_request()
327 msg->hdr_fields = g_array_new (FALSE, FALSE, sizeof (RTSPKeyValue)); in gst_rtsp_message_init_response()
502 RTSPKeyValue *keyval = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_unset()
614 RTSPKeyValue key_value; in gst_rtsp_message_take_header()
668 RTSPKeyValue *key_value = &g_array_index (msg->hdr_fields, RTSPKeyValue, i); in gst_rtsp_message_remove_header()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c9753 } RTSPKeyValue; typedef
9763 (*func) (&g_array_index (array, RTSPKeyValue, i), user_data); in key_value_foreach()
9770 RTSPKeyValue *key_value = (RTSPKeyValue *) data; in dump_key_value()