Searched refs:TimeSinceFirstPacketInMs (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvie_channel.cc213 int64_t elapsed_sec = rtcp_counter.TimeSinceFirstPacketInMs(now) / 1000;
241 elapsed_sec = rtp_rtx.TimeSinceFirstPacketInMs(
283 int64_t elapsed_sec = rtcp_counter.TimeSinceFirstPacketInMs(now) / 1000;
306 elapsed_sec = rtp_rtx.TimeSinceFirstPacketInMs(now) / 1000;
/external/webrtc/webrtc/
H A Dcommon_types.h214 int64_t TimeSinceFirstPacketInMs(int64_t now_ms) const { function in struct:webrtc::RtcpPacketTypeCounter
872 int64_t TimeSinceFirstPacketInMs(int64_t now_ms) const { function in struct:webrtc::StreamDataCounters

Completed in 696 milliseconds