Searched refs:RoundRobinPacketQueue (Results 1 – 3 of 3) sorted by relevance
25 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 …]
34 class RoundRobinPacketQueue {36 RoundRobinPacketQueue(Timestamp start_time,38 ~RoundRobinPacketQueue();
226 RoundRobinPacketQueue packet_queue_;