Home
last modified time | relevance | path

Searched refs:RoundRobinPacketQueue (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/pacing/
Dround_robin_packet_queue.cc25 RoundRobinPacketQueue::QueuedPacket::QueuedPacket(const QueuedPacket& rhs) =
27 RoundRobinPacketQueue::QueuedPacket::~QueuedPacket() = default;
29 RoundRobinPacketQueue::QueuedPacket::QueuedPacket( in QueuedPacket()
43 bool RoundRobinPacketQueue::QueuedPacket::operator<( in operator <()
44 const RoundRobinPacketQueue::QueuedPacket& other) const { in operator <()
53 int RoundRobinPacketQueue::QueuedPacket::Priority() const { in Priority()
57 RtpPacketMediaType RoundRobinPacketQueue::QueuedPacket::Type() const { in Type()
61 uint32_t RoundRobinPacketQueue::QueuedPacket::Ssrc() const { in Ssrc()
65 Timestamp RoundRobinPacketQueue::QueuedPacket::EnqueueTime() const { in EnqueueTime()
69 bool RoundRobinPacketQueue::QueuedPacket::IsRetransmission() const { in IsRetransmission()
[all …]
Dround_robin_packet_queue.h34 class RoundRobinPacketQueue {
36 RoundRobinPacketQueue(Timestamp start_time,
38 ~RoundRobinPacketQueue();
Dpacing_controller.h226 RoundRobinPacketQueue packet_queue_;