Home
last modified time | relevance | path

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

/external/webrtc/modules/pacing/
Dpacing_controller.cc129 packet_queue_(last_process_time_, field_trials_), in PacingController()
157 packet_queue_.SetPauseState(true, CurrentTime()); in Pause()
164 packet_queue_.SetPauseState(false, CurrentTime()); in Resume()
247 packet_queue_.SetIncludeOverhead(); in SetIncludeOverhead()
254 packet_queue_.SetTransportOverhead(overhead_per_packet); in SetTransportOverhead()
265 return packet_queue_.SizeInPackets(); in QueueSizePackets()
269 return packet_queue_.Size(); in QueueSizeData()
281 Timestamp oldest_packet = packet_queue_.OldestEnqueueTime(); in OldestPacketWaitTime()
300 if (mode_ == ProcessMode::kDynamic && packet_queue_.Empty() && in EnqueuePacketInternal()
305 packet_queue_.Push(priority, now, packet_counter_++, std::move(packet)); in EnqueuePacketInternal()
[all …]
Dpacing_controller.h226 RoundRobinPacketQueue packet_queue_; variable