Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dpacket_manipulator.cc26 active_burst_packets_(0), in PacketManipulatorImpl()
56 if (active_burst_packets_ > 0) { in ManipulatePackets()
57 active_burst_packets_--; in ManipulatePackets()
65 active_burst_packets_ = config_.packet_loss_burst_length - 1; in ManipulatePackets()
Dpacket_manipulator.h106 int active_burst_packets_; variable