Searched refs:DEFINE_ARRAY_INSERT (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 123 #define DEFINE_ARRAY_INSERT(method, field, intype, dup_method, type) \ macro 166 DEFINE_ARRAY_INSERT (method, field, const gchar *, dup_string, gchar *) 1186 DEFINE_ARRAY_INSERT (bandwidth, bandwidths, GstSDPBandwidth *, DUP_BANDWIDTH, 1334 DEFINE_ARRAY_INSERT (time, times, GstSDPTime *, DUP_TIME, GstSDPTime); 1469 DEFINE_ARRAY_INSERT (zone, zones, GstSDPZone *, DUP_ZONE, GstSDPZone); 1691 DEFINE_ARRAY_INSERT (attribute, attributes, GstSDPAttribute *, DUP_ATTRIBUTE,
|