Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log2.proto143 optional int32 transmission_time_offset = 16; field
211 optional int32 transmission_time_offset = 16; field
Drtc_event_log_parser.cc373 rtc::checked_cast<int32_t>(proto.transmission_time_offset()); in StoreRtpPackets()
474 ? ToUnsigned(proto.transmission_time_offset()) in StoreRtpPackets()
567 int32_t transmission_time_offset; in StoreRtpPackets() local
570 &transmission_time_offset)); in StoreRtpPackets()
571 header.extension.transmissionTimeOffset = transmission_time_offset; in StoreRtpPackets()