Searched refs:num_packets_ (Results 1 – 7 of 7) sorted by relevance
31 int num_packets() const { return num_packets_; } in num_packets()34 PacketType() : num_packets_(0) {} in PacketType()36 int num_packets_; variable56 ++num_packets_; in Set()74 ++num_packets_; in Set()98 ++num_packets_; in Set()112 void Set() { ++num_packets_; } in Set()127 ++num_packets_; in Set()141 void Set() { ++num_packets_; } in Set()157 ++num_packets_; in Set()[all …]
129 assert(num_packets_ > 0); in PictureId()
19 : num_packets_(0), seq_num_(0), timestamp_(0) {} in FrameGenerator()22 num_packets_ = num_packets; in NewFrame()36 rtp_packet->header.header.markerBit = (num_packets_ == 1); in NextPacket()42 --num_packets_; in NextPacket()66 ++num_packets_; in BuildFecRedPacket()
53 int num_packets_; variable
236 num_packets_(0), in VCMJitterBuffer()275 if (num_packets_ <= 0 || !running_) { in UpdateHistograms()285 num_discarded_packets_ * 100 / num_packets_); in UpdateHistograms()287 num_duplicated_packets_ * 100 / num_packets_); in UpdateHistograms()313 num_packets_ = 0; in Start()382 return num_packets_; in num_packets()668 ++num_packets_; in InsertPacket()669 if (num_packets_ == 1) { in InsertPacket()
352 int num_packets_ GUARDED_BY(crit_sect_);
1687 num_packets_(0), in AcmSwitchingOutputFrequencyOldApi()1731 if (num_packets_++ > kTestNumPackets) { in NextPacket()1761 size_t num_packets_; member in webrtc::AcmSwitchingOutputFrequencyOldApi