Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Dreceive_statistics_proxy2.cc219 absl::optional<int> sync_offset_ms = in UpdateHistograms() local
221 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() argument
907 sync_offset_counter_.Add(std::abs(sync_offset_ms)); in OnSyncOffsetUpdated()
908 stats_.sync_offset_ms = sync_offset_ms; in OnSyncOffsetUpdated()
H A Dvideo_receive_stream2.cc667 int64_t sync_offset_ms; in OnFrame() local
671 &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()
H A Dreceive_statistics_proxy2.h75 int64_t sync_offset_ms,
H A Dreceive_statistics_proxy2_unittest.cc828 statistics_proxy_->GetStats().sync_offset_ms); in TEST_F()
830 EXPECT_EQ(kSyncOffsetMs, FlushAndGetStats().sync_offset_ms); in TEST_F()
/aosp_15_r20/external/webrtc/call/
H A Dcall_perf_tests.cc132 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()
H A Dvideo_receive_stream.h142 int sync_offset_ms = std::numeric_limits<int>::max();
H A Dvideo_receive_stream.cc77 ss << "sync_offset_ms: " << sync_offset_ms << ", "; in ToString()
/aosp_15_r20/external/webrtc/video/g3doc/
H A Dstats.md160 * `sync_offset_ms` - NTP timestamp difference between the last played out audio and video frame.