Home
last modified time | relevance | path

Searched refs:gst_mikey_message_get_cs_srtp (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dmikey.c76 fail_unless ((mi = gst_mikey_message_get_cs_srtp (msg, 0)) != NULL); in GST_START_TEST()
80 fail_unless ((mi = gst_mikey_message_get_cs_srtp (msg, 1)) != NULL); in GST_START_TEST()
87 fail_unless ((mi = gst_mikey_message_get_cs_srtp (msg, 0)) != NULL); in GST_START_TEST()
95 fail_unless ((mi = gst_mikey_message_get_cs_srtp (msg, 0)) != NULL); in GST_START_TEST()
99 fail_unless ((mi = gst_mikey_message_get_cs_srtp (msg, 1)) != NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstmikey.h661 const GstMIKEYMapSRTP * gst_mikey_message_get_cs_srtp (const GstMIKEYMessage *msg, guint …
Dgstmikey.c847 const GstMIKEYMapSRTP *srtp = gst_mikey_message_get_cs_srtp (msg, i); in mikey_message_copy()
982 gst_mikey_message_get_cs_srtp (const GstMIKEYMessage * msg, guint idx) in gst_mikey_message_get_cs_srtp() function
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c3750 const GstMIKEYMapSRTP *map = gst_mikey_message_get_cs_srtp (msg, i); in request_key()