Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc137 uint32_t received_remote_mid_ntp_time, in RrtrInformation()
140 received_remote_mid_ntp_time(received_remote_mid_ntp_time), in RrtrInformation()
145 uint32_t received_remote_mid_ntp_time; member
371 last_xr_rtis.emplace_back(rrtr.ssrc, rrtr.received_remote_mid_ntp_time, in ConsumeReceivedXrReferenceTimeInfo()
817 uint32_t received_remote_mid_ntp_time = CompactNtp(rrtr.ntp()); in HandleXrReceiveReferenceTime() local
823 it->second->received_remote_mid_ntp_time = received_remote_mid_ntp_time; in HandleXrReceiveReferenceTime()
827 received_rrtrs_.emplace_back(sender_ssrc, received_remote_mid_ntp_time, in HandleXrReceiveReferenceTime()