Home
last modified time | relevance | path

Searched refs:IsSsrcScheduled (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/pacing/
Dround_robin_packet_queue.cc207 RTC_CHECK(!IsSsrcScheduled(stream->ssrc)); in Pop()
335 RTC_CHECK(!IsSsrcScheduled(stream->ssrc)); in Push()
398 bool RoundRobinPacketQueue::IsSsrcScheduled(uint32_t ssrc) const { in IsSsrcScheduled() function in webrtc::RoundRobinPacketQueue
Dround_robin_packet_queue.h146 bool IsSsrcScheduled(uint32_t ssrc) const;