Searched refs:GstSDPBandwidth (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.h | 161 } 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);
|
D | gstsdpmessage.c | 290 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/ |
D | struct_ppc32.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
|
D | struct_i386_osx.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
|
D | struct_aarch64.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 16},
|
D | struct_ppc64.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 16},
|
D | struct_arm.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
|
D | struct_x86_64.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 16},
|
D | struct_i386.h | 61 {"GstSDPBandwidth", sizeof (GstSDPBandwidth), 8},
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2053 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()
|