Home
last modified time | relevance | path

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

/external/webrtc/modules/pacing/
Dround_robin_packet_queue.h105 struct StreamPrioKey { struct
106 StreamPrioKey(int priority, DataSize size) in StreamPrioKey() function
109 bool operator<(const StreamPrioKey& other) const {
135 std::multimap<StreamPrioKey, uint32_t>::iterator priority_it; argument
163 std::multimap<StreamPrioKey, uint32_t> stream_priorities_;
Dround_robin_packet_queue.cc213 StreamPrioKey(priority, stream->size), stream->ssrc); in Pop()
337 StreamPrioKey(packet.Priority(), stream->size), packet.Ssrc()); in Push()
344 StreamPrioKey(packet.Priority(), stream->size), packet.Ssrc()); in Push()