HomeSort by relevance Sort by last modified time
    Searched refs:ComputeTotalRate (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/base/
ratetracker_unittest.cc 63 EXPECT_DOUBLE_EQ(12340.0, tracker.ComputeTotalRate());
71 EXPECT_DOUBLE_EQ(12340.0, tracker.ComputeTotalRate());
79 EXPECT_DOUBLE_EQ(1234.0 * 2.0, tracker.ComputeTotalRate());
85 EXPECT_DOUBLE_EQ(1234.0 * 2.0, tracker.ComputeTotalRate());
92 EXPECT_DOUBLE_EQ(1234.0, tracker.ComputeTotalRate());
104 tracker.ComputeTotalRate());
113 tracker.ComputeTotalRate());
ratetracker.h 41 double ComputeTotalRate() const;
ratetracker.cc 91 double RateTracker::ComputeTotalRate() const {
  /external/webrtc/webrtc/video/
receive_statistics_proxy.cc 47 round(render_fps_tracker_.ComputeTotalRate()));
49 round(render_pixel_tracker_.ComputeTotalRate()));
send_statistics_proxy.cc 99 int in_fps = round(input_frame_rate_tracker_.ComputeTotalRate());
110 int sent_fps = round(sent_frame_rate_tracker_.ComputeTotalRate());

Completed in 93 milliseconds