Home
last modified time | relevance | path

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

/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc183 int64_t* ntp_timestamp_ms) const { in Estimate()
199 *ntp_timestamp_ms = rtp_ms; in Estimate()
/external/webrtc/call/
Dsyncable.h41 virtual void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
/external/webrtc/system_wrappers/include/
Drtp_to_ntp_estimator.h64 bool Estimate(int64_t rtp_timestamp, int64_t* ntp_timestamp_ms) const;
/external/webrtc/audio/
Daudio_receive_stream.h94 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
Dchannel_receive.h110 virtual void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
Daudio_receive_stream.cc325 int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument
328 channel_receive_->SetEstimatedPlayoutNtpTimestampMs(ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs()
Dmock_voe_channel_proxy.h69 (int64_t ntp_timestamp_ms, int64_t time_ms),
Dchannel_receive.cc139 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
850 void ChannelReceive::SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument
854 playout_timestamp_ntp_ = ntp_timestamp_ms; in SetEstimatedPlayoutNtpTimestampMs()
/external/webrtc/video/
Dvideo_receive_stream.h126 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
Dvideo_receive_stream2.h148 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
Dvideo_receive_stream.cc615 int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument
Dvideo_receive_stream2.cc596 int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument