Searched refs:num_frames_received_ (Results 1 – 5 of 5) sorted by relevance
75 int num_frames_received() const { return num_frames_received_; } in num_frames_received()123 int num_frames_received_; variable
26 num_frames_received_(0), in QuicStreamSequencer()34 ++num_frames_received_; in OnStreamFrame()
346 num_frames_received_(0), in QuicConnectionLogger()368 if (num_frames_received_ > 0) { in ~QuicConnectionLogger()370 num_duplicate_frames_received_ * 1000 / num_frames_received_; in ~QuicConnectionLogger()735 num_frames_received_ += num_frames_received; in UpdateReceivedFrameCounts()
150 int num_frames_received_; variable
68 : num_frames_received_(0) { in FakeWebRtcVideoDecoder()78 num_frames_received_++; in Decode()96 return num_frames_received_; in GetNumFramesReceived()100 int num_frames_received_;