Searched refs:total_decode_time_ms (Results 1 – 11 of 11) sorted by relevance
114 uint64_t total_decode_time_ms = 0; member
139 statistics_proxy_->GetStats().total_decode_time_ms); in TEST_F()148 statistics_proxy_->GetStats().total_decode_time_ms); in TEST_F()167 EXPECT_EQ(4u, statistics_proxy_->GetStats().total_decode_time_ms); in TEST_F()170 EXPECT_EQ(11u, statistics_proxy_->GetStats().total_decode_time_ms); in TEST_F()
174 statistics_proxy_->GetStats().total_decode_time_ms); in TEST_F()184 statistics_proxy_->GetStats().total_decode_time_ms); in TEST_F()203 EXPECT_EQ(4u, FlushAndGetStats().total_decode_time_ms); in TEST_F()206 EXPECT_EQ(11u, FlushAndGetStats().total_decode_time_ms); in TEST_F()
770 stats_.total_decode_time_ms += decode_time_ms; in OnDecodedFrame()
874 stats_.total_decode_time_ms += decode_time_ms; in OnDecodedFrame()
489 static_cast<double>(receive_stats.total_decode_time_ms) / in PollStats()
609 uint64_t total_decode_time_ms = 0; member
3060 info.total_decode_time_ms = stats.total_decode_time_ms; in GetVideoReceiverInfo()
5930 stats.total_decode_time_ms = 16; in TEST_F()5958 EXPECT_EQ(stats.total_decode_time_ms, info.receivers[0].total_decode_time_ms); in TEST_F()
366 static_cast<double>(video_receiver_info.total_decode_time_ms) / in SetInboundRTPStreamStatsFromVideoReceiverInfo()
1891 video_media_info.receivers[0].total_decode_time_ms = 9000; in TEST_F()