Home
last modified time | relevance | path

Searched refs:source_stats (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_crossrename.c53 SMB_STRUCT_STAT source_stats; in copy_reg() local
58 if (sys_lstat(source, &source_stats, false) == -1) in copy_reg()
61 if (!S_ISREG (source_stats.st_ex_mode)) in copy_reg()
64 if (source_stats.st_ex_size > module_sizelimit) { in copy_reg()
68 (long long)source_stats.st_ex_size, in copy_reg()
88 if (transfer_file(ifd, ofd, source_stats.st_ex_size) == -1) in copy_reg()
97 if ((fchown(ofd, source_stats.st_ex_uid, source_stats.st_ex_gid) == -1) && (errno != EPERM)) in copy_reg()
99 if ((chown(dest, source_stats.st_ex_uid, source_stats.st_ex_gid) == -1) && (errno != EPERM)) in copy_reg()
109 if ((fchmod (ofd, source_stats.st_ex_mode & 07777) == -1) && in copy_reg()
128 ts[0] = source_stats.st_ex_atime; in copy_reg()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]
/dports/audio/gstreamer1-plugins-musepack/gst-plugins-bad-1.16.2/ext/webrtc/
H A Dgstwebrtcstats.c90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats() argument
102 gst_structure_get_uint (source_stats, "ssrc", &ssrc); in _get_stats_from_rtp_source_stats()
119 if (gst_structure_get_uint (source_stats, "recv-fir-count", &fir)) in _get_stats_from_rtp_source_stats()
121 if (gst_structure_get_uint (source_stats, "recv-pli-count", &pli)) in _get_stats_from_rtp_source_stats()
132 if (gst_structure_get_int (source_stats, "packets-lost", &lost)) in _get_stats_from_rtp_source_stats()
134 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats()
411 GValueArray *source_stats; in _get_stats_from_transport_channel() local
429 &source_stats, NULL); in _get_stats_from_transport_channel()
439 for (i = 0; i < source_stats->n_values; i++) { in _get_stats_from_transport_channel()
441 const GValue *val = g_value_array_get_nth (source_stats, i); in _get_stats_from_transport_channel()
[all …]

12345