Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dsend_statistics_proxy_unittest.cc1611 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
1613 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
2023 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
2025 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
2061 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
2063 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
2106 const int64_t kMaxEncodedFrameWindowMs = 800; in TEST_F() local
2108 const int kNumFramesPerWindow = kFps * kMaxEncodedFrameWindowMs / 1000; in TEST_F()
H A Dsend_statistics_proxy.cc34 const int64_t kMaxEncodedFrameWindowMs = 800; variable
232 if (now_ms - it->second.send_ms < kMaxEncodedFrameWindowMs) in RemoveOld()