/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsource.c | 382 guint32 dlsr = 0; in rtp_source_create_stats() local 454 (guint) src->last_rr.dlsr, NULL); in rtp_source_create_stats() 458 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr, &round_trip); in rtp_source_create_stats() 468 "rb-dlsr", G_TYPE_UINT, (guint) dlsr, in rtp_source_create_stats() 1466 guint32 jitter, guint32 lsr, guint32 dlsr) in rtp_source_process_rb() argument 1478 lsr & 0xffff, dlsr >> 16, dlsr & 0xffff); in rtp_source_process_rb() 1491 curr->dlsr = dlsr; in rtp_source_process_rb() 1498 A = dlsr + lsr; in rtp_source_process_rb() 1624 guint32 * jitter, guint32 * lsr, guint32 * dlsr) in rtp_source_get_new_rb() argument 1691 if (dlsr) in rtp_source_get_new_rb() [all …]
|
D | rtpsource.h | 254 guint32 lsr, guint32 dlsr); 261 guint32 *lsr, guint32 *dlsr); 268 guint32 *lsr, guint32 *dlsr, guint32 *round_trip);
|
D | rtpstats.h | 60 guint32 dlsr; member
|
D | rtpsession.c | 2377 guint32 ssrc, exthighestseq, jitter, lsr, dlsr; in rtp_session_process_rb() local 2383 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr); in rtp_session_process_rb() 2398 packetslost, exthighestseq, jitter, lsr, dlsr); in rtp_session_process_rb() 3616 guint32 lsr, dlsr; in session_report_blocks() local 3654 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr); in session_report_blocks() 3664 source->last_rr.dlsr = dlsr; in session_report_blocks() 3668 exthighestseq, jitter, lsr, dlsr); in session_report_blocks()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.c | 512 guint32 ssrc, exthighestseq, jitter, lsr, dlsr; in gst_rtp_dec_chain_rtcp() local 517 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr); in gst_rtp_dec_chain_rtcp() 521 packetslost, exthighestseq, jitter, lsr, dlsr); in gst_rtp_dec_chain_rtcp() 536 guint32 ssrc, exthighestseq, jitter, lsr, dlsr; in gst_rtp_dec_chain_rtcp() local 541 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr); in gst_rtp_dec_chain_rtcp() 545 packetslost, exthighestseq, jitter, lsr, dlsr); in gst_rtp_dec_chain_rtcp()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.h | 406 guint32 *lsr, guint32 *dlsr); 412 guint32 lsr, guint32 dlsr); 418 guint32 lsr, guint32 dlsr);
|
D | gstrtcpbuffer.c | 885 guint32 * jitter, guint32 * lsr, guint32 * dlsr) in gst_rtcp_packet_get_rb() argument 946 if (dlsr) in gst_rtcp_packet_get_rb() 947 *dlsr = GST_READ_UINT32_BE (data); in gst_rtcp_packet_get_rb() 970 guint32 jitter, guint32 lsr, guint32 dlsr) in gst_rtcp_packet_add_rb() argument 1026 GST_WRITE_UINT32_BE (data, dlsr); in gst_rtcp_packet_add_rb() 1055 guint32 jitter, guint32 lsr, guint32 dlsr) in gst_rtcp_packet_set_rb() argument
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3550.txt | 2259 ntp_sec =0xb44db705 v ^ dlsr=0x0005:4000 ( 5.250s) 4267 u_int32 dlsr; /* delay since last SR packet */
|