Searched refs:GstSDPTime (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.h | 185 } GstSDPTime; typedef 188 GstSDPResult gst_sdp_time_set (GstSDPTime *t, const gchar *start, 192 GstSDPResult gst_sdp_time_clear (GstSDPTime *t); 485 const GstSDPTime* gst_sdp_message_get_time (const GstSDPMessage *msg, guint idx); 489 GstSDPTime *t); 493 GstSDPTime *t);
|
D | gstsdpmessage.c | 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); [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_i386_osx.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 12},
|
D | struct_ppc32.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 12},
|
D | struct_i386.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 12},
|
D | struct_arm.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 12},
|
D | struct_ppc64.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 24},
|
D | struct_aarch64.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 24},
|
D | struct_x86_64.h | 67 {"GstSDPTime", sizeof (GstSDPTime), 24},
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 139209 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
|