Searched refs:RTPPacketRateCtx (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpstats.h | 226 } RTPPacketRateCtx; typedef 228 void gst_rtp_packet_rate_ctx_reset (RTPPacketRateCtx * ctx, gint32 clock_rate); 229 guint32 gst_rtp_packet_rate_ctx_update (RTPPacketRateCtx *ctx, guint16 seqnum, guint32 ts); 230 guint32 gst_rtp_packet_rate_ctx_get (RTPPacketRateCtx *ctx); 231 guint32 gst_rtp_packet_rate_ctx_get_max_dropout (RTPPacketRateCtx *ctx, gint32 time_ms); 232 guint32 gst_rtp_packet_rate_ctx_get_max_misorder (RTPPacketRateCtx *ctx, gint32 time_ms);
|
D | rtpstats.c | 28 gst_rtp_packet_rate_ctx_reset (RTPPacketRateCtx * ctx, gint32 clock_rate) in gst_rtp_packet_rate_ctx_reset() 37 gst_rtp_packet_rate_ctx_update (RTPPacketRateCtx * ctx, guint16 seqnum, in gst_rtp_packet_rate_ctx_update() 104 gst_rtp_packet_rate_ctx_get (RTPPacketRateCtx * ctx) in gst_rtp_packet_rate_ctx_get() 110 gst_rtp_packet_rate_ctx_get_max_dropout (RTPPacketRateCtx * ctx, gint32 time_ms) in gst_rtp_packet_rate_ctx_get_max_dropout() 120 gst_rtp_packet_rate_ctx_get_max_misorder (RTPPacketRateCtx * ctx, in gst_rtp_packet_rate_ctx_get_max_misorder()
|
D | rtpsource.h | 179 RTPPacketRateCtx packet_rate_ctx;
|
D | gstrtpjitterbuffer.c | 406 RTPPacketRateCtx packet_rate_ctx;
|