Searched refs:GstSDPZone (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.h | 206 } GstSDPZone; typedef 209 GstSDPResult gst_sdp_zone_set (GstSDPZone *zone, const gchar *adj_time, 213 GstSDPResult gst_sdp_zone_clear (GstSDPZone *zone); 508 const GstSDPZone* gst_sdp_message_get_zone (const GstSDPMessage *msg, guint idx); 512 GstSDPZone *zone); 516 GstSDPZone *zone);
|
D | gstsdpmessage.c | 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); [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_ppc32.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 8},
|
D | struct_i386_osx.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 8},
|
D | struct_x86_64.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 16},
|
D | struct_i386.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 8},
|
D | struct_ppc64.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 16},
|
D | struct_arm.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 8},
|
D | struct_aarch64.h | 68 {"GstSDPZone", sizeof (GstSDPZone), 16},
|