Home
last modified time | relevance | path

Searched refs:max_nalu_size_bytes (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/test/
Dvideocodec_test_stats.h60 size_t max_nalu_size_bytes = 0; member
133 size_t max_nalu_size_bytes = 0; member
Dvideocodec_test_stats.cc116 map["max_nalu_size_bytes"] = std::to_string(max_nalu_size_bytes); in ToMap()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc245 video_stat.max_nalu_size_bytes = std::max(video_stat.max_nalu_size_bytes, in SliceAndCalcVideoStatistic()
246 frame_stat.max_nalu_size_bytes); in SliceAndCalcVideoStatistic()
Dvideoprocessor.cc415 frame_stat->max_nalu_size_bytes = GetMaxNaluSizeBytes(encoded_image, config_); in FrameEncoded()
Dvideocodec_test_fixture_impl.cc677 EXPECT_LE(video_stat.max_nalu_size_bytes, in VerifyVideoStatistic()