Searched refs:total_encode_time_ms (Results 1 – 9 of 9) sorted by relevance
91 uint64_t total_encode_time_ms = 0; member107 uint64_t total_encode_time_ms = 0; member
2532 common_info.total_encode_time_ms = stats.total_encode_time_ms; in GetPerLayerVideoSenderInfos()2575 info.total_encode_time_ms = stream_stats.total_encode_time_ms; in GetPerLayerVideoSenderInfos()2626 info.total_encode_time_ms += infos[i].total_encode_time_ms; in GetAggregatedVideoSenderInfo()
5258 stats.total_encode_time_ms = 6; in GetInitialisedStats()5343 EXPECT_EQ(sender.total_encode_time_ms, stats.total_encode_time_ms); in TEST_F()5390 substream.total_encode_time_ms = 23; in TEST_F()5462 EXPECT_EQ(sender.total_encode_time_ms, 2u * substream.total_encode_time_ms); in TEST_F()5508 substream.total_encode_time_ms = 23; in TEST_F()5579 EXPECT_EQ(sender.total_encode_time_ms, substream.total_encode_time_ms); in TEST_F()
694 stats_.total_encode_time_ms += encode_time_ms; in OnEncodedFrameTimeMeasured()970 stats->total_encode_time_ms += encoded_image.timing_.encode_finish_ms - in OnSendEncodedImage()
355 EXPECT_EQ(0u, statistics_proxy_->GetStats().total_encode_time_ms); in TEST_F()357 EXPECT_EQ(10u, statistics_proxy_->GetStats().total_encode_time_ms); in TEST_F()359 EXPECT_EQ(30u, statistics_proxy_->GetStats().total_encode_time_ms); in TEST_F()
570 uint64_t total_encode_time_ms = 0; member
166 stats.total_encode_time_ms != 0; in TEST_F()
451 static_cast<double>(video_sender_info.total_encode_time_ms) / in SetOutboundRTPStreamStatsFromVideoSenderInfo()
2051 video_media_info.senders[0].total_encode_time_ms = 9000; in TEST_F()