Home
last modified time | relevance | path

Searched refs:sync_offset_ms (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dreceive_statistics_proxy.cc113 int sync_offset_ms = sync_offset_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() local
114 if (sync_offset_ms != -1) { in UpdateHistograms()
115 RTC_HISTOGRAM_COUNTS_10000("WebRTC.Video.AVSyncOffsetInMs", sync_offset_ms); in UpdateHistograms()
437 void ReceiveStatisticsProxy::OnSyncOffsetUpdated(int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
440 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
441 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc140 ss << "sync_offset_ms: " << sync_offset_ms << ", "; in ToString()
389 int64_t sync_offset_ms; in OnFrame() local
395 if (rtp_stream_sync_.GetStreamSyncOffsetInMs(video_frame, &sync_offset_ms, in OnFrame()
398 stats_proxy_.OnSyncOffsetUpdated(sync_offset_ms, estimated_freq_khz); in OnFrame()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dreceive_statistics_proxy2.cc224 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
226 if (sync_offset_ms) { in UpdateHistograms()
228 *sync_offset_ms); in UpdateHistograms()
229 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
947 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
952 ToQueuedTask(task_safety_, [video_playout_ntp_ms, sync_offset_ms, in OnSyncOffsetUpdated()
955 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
956 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dreceive_statistics_proxy.cc205 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
207 if (sync_offset_ms) { in UpdateHistograms()
209 *sync_offset_ms); in UpdateHistograms()
210 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
834 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
837 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
838 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc513 int64_t sync_offset_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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/
H A Dreceive_statistics_proxy2.cc224 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
226 if (sync_offset_ms) { in UpdateHistograms()
228 *sync_offset_ms); in UpdateHistograms()
229 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
947 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
952 ToQueuedTask(task_safety_, [video_playout_ntp_ms, sync_offset_ms, in OnSyncOffsetUpdated()
955 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
956 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dreceive_statistics_proxy.cc205 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
207 if (sync_offset_ms) { in UpdateHistograms()
209 *sync_offset_ms); in UpdateHistograms()
210 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
834 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
837 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
838 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc509 int64_t sync_offset_ms; in OnFrame() local
517 &video_playout_ntp_ms, &sync_offset_ms, &estimated_freq_khz)) { in OnFrame()
519 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc205 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
207 if (sync_offset_ms) { in UpdateHistograms()
209 *sync_offset_ms); in UpdateHistograms()
210 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
834 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
837 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
838 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc512 int64_t sync_offset_ms; in OnFrame() local
520 &video_playout_ntp_ms, &sync_offset_ms, &estimated_freq_khz)) { in OnFrame()
522 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/
H A Dreceive_statistics_proxy.cc205 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
207 if (sync_offset_ms) { in UpdateHistograms()
209 *sync_offset_ms); in UpdateHistograms()
210 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
834 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
837 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
838 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dreceive_statistics_proxy2.cc225 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
227 if (sync_offset_ms) { in UpdateHistograms()
229 *sync_offset_ms); in UpdateHistograms()
230 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()
948 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
953 ToQueuedTask(task_safety_, [video_playout_ntp_ms, sync_offset_ms, in OnSyncOffsetUpdated()
956 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
957 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc523 int64_t sync_offset_ms; in OnFrame() local
531 &video_playout_ntp_ms, &sync_offset_ms, &estimated_freq_khz)) { in OnFrame()
533 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc160 int sync_offset_ms = sync_offset_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() local
161 if (sync_offset_ms != -1) { in UpdateHistograms()
162 RTC_HISTOGRAM_COUNTS_10000("WebRTC.Video.AVSyncOffsetInMs", sync_offset_ms); in UpdateHistograms()
163 RTC_LOG(LS_INFO) << "WebRTC.Video.AVSyncOffsetInMs " << sync_offset_ms; in UpdateHistograms()
697 void ReceiveStatisticsProxy::OnSyncOffsetUpdated(int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
700 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
701 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc297 int64_t sync_offset_ms; in OnFrame() local
305 &sync_offset_ms, in OnFrame()
308 stats_proxy_.OnSyncOffsetUpdated(sync_offset_ms, estimated_freq_khz); in OnFrame()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc160 int sync_offset_ms = sync_offset_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() local
161 if (sync_offset_ms != -1) { in UpdateHistograms()
162 RTC_HISTOGRAM_COUNTS_10000("WebRTC.Video.AVSyncOffsetInMs", sync_offset_ms); in UpdateHistograms()
163 RTC_LOG(LS_INFO) << "WebRTC.Video.AVSyncOffsetInMs " << sync_offset_ms; in UpdateHistograms()
697 void ReceiveStatisticsProxy::OnSyncOffsetUpdated(int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
700 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
701 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc297 int64_t sync_offset_ms; in OnFrame() local
305 &sync_offset_ms, in OnFrame()
308 stats_proxy_.OnSyncOffsetUpdated(sync_offset_ms, estimated_freq_khz); in OnFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/video/
H A Dreceive_statistics_proxy.cc160 int sync_offset_ms = sync_offset_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() local
161 if (sync_offset_ms != -1) { in UpdateHistograms()
162 RTC_HISTOGRAM_COUNTS_10000("WebRTC.Video.AVSyncOffsetInMs", sync_offset_ms); in UpdateHistograms()
163 RTC_LOG(LS_INFO) << "WebRTC.Video.AVSyncOffsetInMs " << sync_offset_ms; in UpdateHistograms()
697 void ReceiveStatisticsProxy::OnSyncOffsetUpdated(int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument
700 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
701 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream.cc296 int64_t sync_offset_ms; in OnFrame() local
304 &sync_offset_ms, in OnFrame()
307 stats_proxy_.OnSyncOffsetUpdated(sync_offset_ms, estimated_freq_khz); in OnFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/
H A Dvideo_receive_stream.h83 int sync_offset_ms = std::numeric_limits<int>::max();
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/call/
H A Dvideo_receive_stream.h94 int sync_offset_ms = std::numeric_limits<int>::max();
H A Dvideo_receive_stream.cc54 ss << "sync_offset_ms: " << sync_offset_ms << ", "; in ToString()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/call/
H A Dvideo_receive_stream.h94 int sync_offset_ms = std::numeric_limits<int>::max();
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/call/
H A Dvideo_receive_stream.h94 int sync_offset_ms = std::numeric_limits<int>::max();
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/call/
H A Dcall_perf_tests.cc91 if (stats.sync_offset_ms == std::numeric_limits<int>::max()) in OnFrame()
100 if (std::abs(stats.sync_offset_ms) < kInSyncThresholdMs) { in OnFrame()
114 sync_offset_ms_list_.push_back(stats.sync_offset_ms); in OnFrame()

123