Searched refs:GstMIKEYMapSRTP (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstmikey.h | 144 } GstMIKEYMapSRTP; typedef 661 const GstMIKEYMapSRTP * gst_mikey_message_get_cs_srtp (const GstMIKEYMessage *msg, guint … 665 const GstMIKEYMapSRTP *map); 669 const GstMIKEYMapSRTP *map);
|
D | gstmikey.c | 847 const GstMIKEYMapSRTP *srtp = gst_mikey_message_get_cs_srtp (msg, i); in mikey_message_copy() 888 INIT_ARRAY (result->map_info, GstMIKEYMapSRTP, NULL); in gst_mikey_message_new() 981 const GstMIKEYMapSRTP * 990 return &g_array_index (msg->map_info, GstMIKEYMapSRTP, idx); in gst_mikey_message_get_cs_srtp() 1009 const GstMIKEYMapSRTP * map) in gst_mikey_message_insert_cs_srtp() 1038 const GstMIKEYMapSRTP * map) in gst_mikey_message_replace_cs_srtp() 1045 g_array_index (msg->map_info, GstMIKEYMapSRTP, idx) = *map; in gst_mikey_message_replace_cs_srtp() 1090 GstMIKEYMapSRTP val; in gst_mikey_message_add_cs_srtp() 1712 GstMIKEYMapSRTP *info = &g_array_index (msg->map_info, GstMIKEYMapSRTP, i); in gst_mikey_message_to_bytes() 2100 GstMIKEYMapSRTP map; in gst_mikey_message_new_from_data()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | mikey.c | 41 const GstMIKEYMapSRTP *mi; in GST_START_TEST() 42 GstMIKEYMapSRTP srtp; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 3750 const GstMIKEYMapSRTP *map = gst_mikey_message_get_cs_srtp (msg, i); in request_key()
|