Lines Matching refs:GstSDPZone
292 INIT_ARRAY (msg->zones, GstSDPZone, gst_sdp_zone_clear); in gst_sdp_message_init()
406 const GstSDPZone *zone = gst_sdp_message_get_zone (msg, i); in gst_sdp_message_copy()
576 const GstSDPZone *zone = gst_sdp_message_get_zone (msg, 0); in gst_sdp_message_as_text()
1402 gst_sdp_zone_set (GstSDPZone * zone, const gchar * adj_time, in gst_sdp_zone_set()
1423 gst_sdp_zone_clear (GstSDPZone * zone) in gst_sdp_zone_clear()
1450 DEFINE_ARRAY_GETTER (zone, zones, GstSDPZone);
1452 #define DUP_ZONE(v, val) memcpy (v, val, sizeof (GstSDPZone))
1469 DEFINE_ARRAY_INSERT (zone, zones, GstSDPZone *, DUP_ZONE, GstSDPZone);
1483 DEFINE_ARRAY_REPLACE (zone, zones, GstSDPZone *, FREE_ZONE,
1484 DUP_ZONE, GstSDPZone);
1497 DEFINE_ARRAY_REMOVE (zone, zones, GstSDPZone, FREE_ZONE);
1513 GstSDPZone zone; in gst_sdp_message_add_zone()