Home
last modified time | relevance | path

Searched refs:num_frames_received_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
Dquic_stream_sequencer.h75 int num_frames_received() const { return num_frames_received_; } in num_frames_received()
123 int num_frames_received_; variable
Dquic_stream_sequencer.cc26 num_frames_received_(0), in QuicStreamSequencer()
34 ++num_frames_received_; in OnStreamFrame()
Dquic_connection_logger.cc346 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()
Dquic_connection_logger.h150 int num_frames_received_; variable
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h68 : num_frames_received_(0) { in FakeWebRtcVideoDecoder()
78 num_frames_received_++; in Decode()
96 return num_frames_received_; in GetNumFramesReceived()
100 int num_frames_received_;