Home
last modified time | relevance | path

Searched refs:num_key_frames (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dreceive_statistics_proxy2.cc237 int num_key_frames = stats_.frame_counts.key_frames; in UpdateHistograms() local
239 (num_key_frames * 1000 + num_total_frames / 2) / num_total_frames; in UpdateHistograms()
402 int num_key_frames = stats.frame_counts.key_frames; in UpdateHistograms() local
404 (num_key_frames * 1000 + num_total_frames / 2) / num_total_frames; in UpdateHistograms()
/aosp_15_r20/external/webrtc/api/test/
H A Dvideocodec_test_stats.h131 size_t num_key_frames = 0; member
H A Dvideocodec_test_stats.cc114 map["num_key_frames"] = std::to_string(num_key_frames); in ToMap()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideocodec_test_mediacodec.cc247 EXPECT_EQ(stats[0].num_key_frames, i == 0 ? 1u : 0); in TEST_P()
H A Dvideocodec_test_fixture_impl.cc567 PrintResultHelper("num_key_frames", layer_stat.num_key_frames, in AnalyzeAllFrames()
661 EXPECT_LE(video_stat.num_key_frames, rc_thresholds->max_num_key_frames); in VerifyVideoStatistic()
H A Dvideocodec_test_stats_impl.cc237 ++video_stat.num_key_frames; in SliceAndCalcVideoStatistic()