Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.h161 } GstSDPBandwidth; typedef
164 GstSDPResult gst_sdp_bandwidth_set (GstSDPBandwidth *bw, const gchar *bwtype,
168 GstSDPResult gst_sdp_bandwidth_clear (GstSDPBandwidth *bw);
461 const GstSDPBandwidth* gst_sdp_message_get_bandwidth (const GstSDPMessage *msg, guint idx);
465 GstSDPBandwidth * bw);
469 GstSDPBandwidth * bw);
682 const GstSDPBandwidth* gst_sdp_media_get_bandwidth (const GstSDPMedia *media, guint idx);
686 GstSDPBandwidth *bw);
690 GstSDPBandwidth *bw);
Dgstsdpmessage.c290 INIT_ARRAY (msg->bandwidths, GstSDPBandwidth, gst_sdp_bandwidth_clear); in gst_sdp_message_init()
380 const GstSDPBandwidth *bw = gst_sdp_message_get_bandwidth (msg, i); in gst_sdp_message_copy()
548 const GstSDPBandwidth *bandwidth = gst_sdp_message_get_bandwidth (msg, i); in gst_sdp_message_as_text()
1119 gst_sdp_bandwidth_set (GstSDPBandwidth * bw, const gchar * bwtype, in gst_sdp_bandwidth_set()
1140 gst_sdp_bandwidth_clear (GstSDPBandwidth * bw) in gst_sdp_bandwidth_clear()
1167 DEFINE_ARRAY_GETTER (bandwidth, bandwidths, GstSDPBandwidth);
1169 #define DUP_BANDWIDTH(v, val) memcpy (v, val, sizeof (GstSDPBandwidth))
1186 DEFINE_ARRAY_INSERT (bandwidth, bandwidths, GstSDPBandwidth *, DUP_BANDWIDTH,
1187 GstSDPBandwidth);
1201 DEFINE_ARRAY_REPLACE (bandwidth, bandwidths, GstSDPBandwidth *, FREE_BANDWIDTH,
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dstruct_ppc32.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
Dstruct_i386_osx.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
Dstruct_aarch64.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 16},
Dstruct_ppc64.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 16},
Dstruct_arm.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
Dstruct_x86_64.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 16},
Dstruct_i386.h61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2053 static const GstSDPBandwidth *
2062 const GstSDPBandwidth *bw = gst_sdp_media_get_bandwidth (media, i); in gst_rtspsrc_get_bandwidth()
2070 const GstSDPBandwidth *bw = gst_sdp_message_get_bandwidth (sdp, i); in gst_rtspsrc_get_bandwidth()
2082 const GstSDPBandwidth *bw; in gst_rtspsrc_collect_bandwidth()
9932 GstSDPBandwidth *bw = in gst_rtspsrc_print_sdp_media()
9933 &g_array_index (media->bandwidths, GstSDPBandwidth, i); in gst_rtspsrc_print_sdp_media()
10016 GstSDPBandwidth *bw = in gst_rtspsrc_print_sdp_message()
10017 &g_array_index (msg->bandwidths, GstSDPBandwidth, i); in gst_rtspsrc_print_sdp_message()