Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy_unittest.cc1518 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
1520 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
1926 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
1928 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
1964 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
1966 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
2009 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
2011 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
Dsend_statistics_proxy.cc35 const int64_t kMaxEncodedFrameWindowMs = 800; variable
227 if (now_ms - it->second.send_ms < kMaxEncodedFrameWindowMs) in RemoveOld()