Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h285 struct LoggedRtpPacketOutgoing { struct
286 LoggedRtpPacketOutgoing(int64_t timestamp_us, in LoggedRtpPacketOutgoing() function
291 int64_t log_time_us() const { return rtp.timestamp_us; } in log_time_us()
292 int64_t log_time_ms() const { return rtp.timestamp_us / 1000; } in log_time_ms()
294 LoggedRtpPacket rtp;