Home
last modified time | relevance | path

Searched refs:GstSDPTime (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.h185 } 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);
Dgstsdpmessage.c291 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/
Dstruct_i386_osx.h67 {"GstSDPTime", sizeof (GstSDPTime), 12},
Dstruct_ppc32.h67 {"GstSDPTime", sizeof (GstSDPTime), 12},
Dstruct_i386.h67 {"GstSDPTime", sizeof (GstSDPTime), 12},
Dstruct_arm.h67 {"GstSDPTime", sizeof (GstSDPTime), 12},
Dstruct_ppc64.h67 {"GstSDPTime", sizeof (GstSDPTime), 24},
Dstruct_aarch64.h67 {"GstSDPTime", sizeof (GstSDPTime), 24},
Dstruct_x86_64.h67 {"GstSDPTime", sizeof (GstSDPTime), 24},
/third_party/gstreamer/gstplugins_base/
DChangeLog139209 Store repeat times in GstSDPTime as a GArray rather than as gchar**.