Home
last modified time | relevance | path

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

/external/webrtc/video/
Drtp_streams_synchronizer2.cc160 int64_t* video_playout_ntp_ms, in GetStreamSyncOffsetInMs() argument
198 *video_playout_ntp_ms = latest_video_ntp; in GetStreamSyncOffsetInMs()
Drtp_streams_synchronizer.cc157 int64_t* video_playout_ntp_ms, in GetStreamSyncOffsetInMs() argument
195 *video_playout_ntp_ms = latest_video_ntp; in GetStreamSyncOffsetInMs()
Drtp_streams_synchronizer2.h43 int64_t* video_playout_ntp_ms,
Drtp_streams_synchronizer.h47 int64_t* video_playout_ntp_ms,
Dvideo_receive_stream.cc512 int64_t video_playout_ntp_ms; in OnFrame() local
521 &video_playout_ntp_ms, &sync_offset_ms, &estimated_freq_khz)) { in OnFrame()
523 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
Dvideo_receive_stream2.cc491 int64_t video_playout_ntp_ms; in OnFrame() local
496 &video_playout_ntp_ms, &sync_offset_ms, &estimated_freq_khz)) { in OnFrame()
497 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
Dreceive_statistics_proxy2.h71 void OnSyncOffsetUpdated(int64_t video_playout_ntp_ms,
Dreceive_statistics_proxy.h55 void OnSyncOffsetUpdated(int64_t video_playout_ntp_ms,
Dreceive_statistics_proxy2.cc946 void ReceiveStatisticsProxy::OnSyncOffsetUpdated(int64_t video_playout_ntp_ms, in OnSyncOffsetUpdated() argument
952 ToQueuedTask(task_safety_, [video_playout_ntp_ms, sync_offset_ms, in OnSyncOffsetUpdated()
957 last_estimated_playout_ntp_timestamp_ms_ = video_playout_ntp_ms; in OnSyncOffsetUpdated()
Dreceive_statistics_proxy.cc833 void ReceiveStatisticsProxy::OnSyncOffsetUpdated(int64_t video_playout_ntp_ms, in OnSyncOffsetUpdated() argument
839 last_estimated_playout_ntp_timestamp_ms_ = video_playout_ntp_ms; in OnSyncOffsetUpdated()