Home
last modified time | relevance | path

Searched defs:LoggedRtpPacketIncoming (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h273 struct LoggedRtpPacketIncoming { struct
274 LoggedRtpPacketIncoming(int64_t timestamp_us, in LoggedRtpPacketIncoming() function
279 int64_t log_time_us() const { return rtp.timestamp_us; } in log_time_us()
280 int64_t log_time_ms() const { return rtp.timestamp_us / 1000; } in log_time_ms()
282 LoggedRtpPacket rtp;