Searched refs:total_encode_time_ms (Results 1 – 10 of 10) sorted by relevance
93 uint64_t total_encode_time_ms = 0; member109 uint64_t total_encode_time_ms = 0; member
39 * `total_encode_time_ms` - total encode time for encoded frames.83 * `total_encode_time_ms` - total encode time for encoded frames [[rtcoutboundrtpstreamstats-total…
2672 common_info.total_encode_time_ms = stats.total_encode_time_ms; in GetPerLayerVideoSenderInfos()2731 info.total_encode_time_ms = stream_stats.total_encode_time_ms; in GetPerLayerVideoSenderInfos()2782 info.total_encode_time_ms += infos[i].total_encode_time_ms; in GetAggregatedVideoSenderInfo()
5481 stats.total_encode_time_ms = 6; in GetInitialisedStats()5566 EXPECT_EQ(sender.total_encode_time_ms, stats.total_encode_time_ms); in TEST_F()5616 substream.total_encode_time_ms = 23; in TEST_F()5692 EXPECT_EQ(sender.total_encode_time_ms, 2u * substream.total_encode_time_ms); in TEST_F()5739 substream.total_encode_time_ms = 23; in TEST_F()5814 EXPECT_EQ(sender.total_encode_time_ms, substream.total_encode_time_ms); in TEST_F()
700 stats_.total_encode_time_ms += encode_time_ms; in OnEncodedFrameTimeMeasured()986 stats->total_encode_time_ms += encoded_image.timing_.encode_finish_ms - in OnSendEncodedImage()
357 EXPECT_EQ(0u, statistics_proxy_->GetStats().total_encode_time_ms); in TEST_F()359 EXPECT_EQ(10u, statistics_proxy_->GetStats().total_encode_time_ms); in TEST_F()361 EXPECT_EQ(30u, statistics_proxy_->GetStats().total_encode_time_ms); in TEST_F()
159 stats.total_encode_time_ms != 0; in TEST_F()
603 uint64_t total_encode_time_ms = 0; member
755 static_cast<double>(video_sender_info.total_encode_time_ms) / in SetOutboundRTPStreamStatsFromVideoSenderInfo()
2819 video_media_info.senders[0].total_encode_time_ms = 9000; in TEST_F()