Lines Matching refs:GstSDPTime
291 INIT_ARRAY (msg->times, GstSDPTime, gst_sdp_time_clear); in gst_sdp_message_init()
387 const GstSDPTime *time = gst_sdp_message_get_time (msg, i); in gst_sdp_message_copy()
558 const GstSDPTime *times = gst_sdp_message_get_time (msg, i); in gst_sdp_message_as_text()
1253 gst_sdp_time_set (GstSDPTime * t, const gchar * start, in gst_sdp_time_set()
1284 gst_sdp_time_clear (GstSDPTime * t) in gst_sdp_time_clear()
1315 DEFINE_ARRAY_GETTER (time, times, GstSDPTime);
1317 #define DUP_TIME(v, val) memcpy (v, val, sizeof (GstSDPTime))
1334 DEFINE_ARRAY_INSERT (time, times, GstSDPTime *, DUP_TIME, GstSDPTime);
1348 DEFINE_ARRAY_REPLACE (time, times, GstSDPTime *, FREE_TIME,
1349 DUP_TIME, GstSDPTime);
1362 DEFINE_ARRAY_REMOVE (time, times, GstSDPTime, FREE_TIME);
1379 GstSDPTime times; in gst_sdp_message_add_time()