Searched refs:send_ms (Results 1 – 2 of 2) sorted by relevance
213 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
227 if (now_ms - it->second.send_ms < kMaxEncodedFrameWindowMs) in RemoveOld()