Home
last modified time | relevance | path

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

/external/webrtc/video/
Dsend_statistics_proxy.h213 Frame(int64_t send_ms, uint32_t width, uint32_t height, int simulcast_idx) in Frame()
214 : send_ms(send_ms), in Frame()
219 send_ms; // Time when first frame with this timestamp is sent. member
Dsend_statistics_proxy.cc227 if (now_ms - it->second.send_ms < kMaxEncodedFrameWindowMs) in RemoveOld()