Searched refs:ntp_timestamp_ms (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/system_wrappers/source/ |
D | rtp_to_ntp_estimator.cc | 183 int64_t* ntp_timestamp_ms) const { in Estimate() 199 *ntp_timestamp_ms = rtp_ms; in Estimate()
|
/external/webrtc/call/ |
D | syncable.h | 41 virtual void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
|
/external/webrtc/system_wrappers/include/ |
D | rtp_to_ntp_estimator.h | 64 bool Estimate(int64_t rtp_timestamp, int64_t* ntp_timestamp_ms) const;
|
/external/webrtc/audio/ |
D | audio_receive_stream.h | 94 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
|
D | channel_receive.h | 110 virtual void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
|
D | audio_receive_stream.cc | 325 int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument 328 channel_receive_->SetEstimatedPlayoutNtpTimestampMs(ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs()
|
D | mock_voe_channel_proxy.h | 69 (int64_t ntp_timestamp_ms, int64_t time_ms),
|
D | channel_receive.cc | 139 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/ |
D | video_receive_stream.h | 126 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
|
D | video_receive_stream2.h | 148 void SetEstimatedPlayoutNtpTimestampMs(int64_t ntp_timestamp_ms,
|
D | video_receive_stream.cc | 615 int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument
|
D | video_receive_stream2.cc | 596 int64_t ntp_timestamp_ms, in SetEstimatedPlayoutNtpTimestampMs() argument
|