Searched refs:max_decode_ms (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | stats_collection.cc | 182 if (sample.max_decode_ms > 0) in AddStats() 183 stats_.decode_time_max.AddSampleMs(sample.max_decode_ms); in AddStats()
|
/aosp_15_r20/external/webrtc/video/ |
H A D | receive_statistics_proxy2.cc | 664 int max_decode_ms, in OnFrameBufferTimingsUpdated() argument 671 stats_.max_decode_ms = max_decode_ms; in OnFrameBufferTimingsUpdated()
|
H A D | receive_statistics_proxy2.h | 93 void OnFrameBufferTimingsUpdated(int max_decode_ms,
|
H A D | video_analyzer.cc | 512 if (receive_stats.max_decode_ms > 0) in PollStats() 513 decode_time_max_ms_.AddSample(receive_stats.max_decode_ms); in PollStats()
|
H A D | video_stream_buffer_controller_unittest.cc | 109 (int max_decode_ms,
|
H A D | receive_statistics_proxy2_unittest.cc | 629 EXPECT_EQ(kMaxDecodeMs, stats.max_decode_ms); in TEST_F()
|
/aosp_15_r20/external/webrtc/modules/video_coding/include/ |
H A D | video_coding_defines.h | 79 virtual void OnFrameBufferTimingsUpdated(int max_decode_ms,
|
/aosp_15_r20/external/webrtc/call/ |
H A D | video_receive_stream.h | 93 int max_decode_ms = 0; member
|
H A D | video_receive_stream.cc | 68 ss << "max_decode_ms: " << max_decode_ms << ", "; in ToString()
|
/aosp_15_r20/external/webrtc/video/g3doc/ |
H A D | stats.md | 127 * `max_decode_ms` - the 95th percentile observed decode time within a time window (10 sec). 130 …playout delay in ms. Max(`min_playout_delay_ms`, `jitter_delay_ms` + `max_decode_ms` + `render_del…
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | media_channel.h | 667 int max_decode_ms = 0; member
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | legacy_stats_collector.cc | 336 {StatsReport::kStatsValueNameMaxDecodeMs, info.max_decode_ms}, in ExtractStats()
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_video_engine.cc | 3287 info.max_decode_ms = stats.max_decode_ms; in GetVideoReceiverInfo()
|
H A D | webrtc_video_engine_unittest.cc | 6233 stats.max_decode_ms = 3; in TEST_F() 6259 EXPECT_EQ(stats.max_decode_ms, info.receivers[0].max_decode_ms); in TEST_F()
|