Searched refs:sync_offset_ms (Results 1 – 8 of 8) sorted by relevance
219 absl::optional<int> sync_offset_ms = in UpdateHistograms() local221 if (sync_offset_ms) { in UpdateHistograms()223 *sync_offset_ms); in UpdateHistograms()224 log_stream << "WebRTC.Video.AVSyncOffsetInMs " << *sync_offset_ms << '\n'; in UpdateHistograms()902 int64_t sync_offset_ms, in OnSyncOffsetUpdated() argument907 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()908 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
667 int64_t sync_offset_ms; in OnFrame() local671 &video_playout_ntp_ms, &sync_offset_ms, &estimated_freq_khz)) { in OnFrame()672 stats_proxy_.OnSyncOffsetUpdated(video_playout_ntp_ms, sync_offset_ms, in OnFrame()
75 int64_t sync_offset_ms,
828 statistics_proxy_->GetStats().sync_offset_ms); in TEST_F()830 EXPECT_EQ(kSyncOffsetMs, FlushAndGetStats().sync_offset_ms); in TEST_F()
132 if (stats.sync_offset_ms == std::numeric_limits<int>::max()) in CheckStats()141 if (std::abs(stats.sync_offset_ms) < kInSyncThresholdMs) { in CheckStats()153 sync_offset_ms_list_.AddSample(stats.sync_offset_ms); in CheckStats()
142 int sync_offset_ms = std::numeric_limits<int>::max();
77 ss << "sync_offset_ms: " << sync_offset_ms << ", "; in ToString()
160 * `sync_offset_ms` - NTP timestamp difference between the last played out audio and video frame.