Lines Matching refs:pacer
6 The paced sender, often referred to as just the "pacer", is a part of the WebRTC
31 Since the pacer is in control of the bitrate sent on the wire, it is also used
42 3. The pacer is called via [RtpPacketSender] interface to enqueue the packet
44 4. The packets are put into a queue within the pacer awaiting opportune moments
46 5. At a calculated time, the pacer calls the `PacingController::PacketSender()`
60 The pacer prioritized packets based on two criteria:
78 This way, it's possible to develop a custom pacer with different scheduling
84 of the pacer and into the correct RTP module. It has the following functions:
104 cases of the pacer.
110 packets)` The pacer takes a `PacingController::PacketSender` as constructor
117 drops below `padding_rate`, the pacer will request padding packets from the
125 longest time you want packets to spend waiting in the pacer queue (pausing
151 Several methods are used to gather statistics in pacer state: