HomeSort by relevance Sort by last modified time
    Searched refs:last_receive_time_ntp_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 99 last_receive_time_ntp_ = receive_time;
115 NtpToRtp(last_receive_time_ntp_, header.payload_type_frequency);
315 *secs = last_receive_time_ntp_.seconds();
316 *frac = last_receive_time_ntp_.fractions();
receive_statistics_impl.h 75 NtpTime last_receive_time_ntp_; member in class:webrtc::StreamStatisticianImpl

Completed in 44 milliseconds