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.h56 size_t max_nalu_size_bytes = 0; member
118 size_t max_nalu_size_bytes = 0; member
Dvideocodec_test_stats.cc89 ss << "\n" << prefix << "max_nalu_size_bytes: " << max_nalu_size_bytes; in ToString()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc244 video_stat.max_nalu_size_bytes = std::max(video_stat.max_nalu_size_bytes, in SliceAndCalcVideoStatistic()
245 frame_stat.max_nalu_size_bytes); in SliceAndCalcVideoStatistic()
Dvideoprocessor.cc390 frame_stat->max_nalu_size_bytes = GetMaxNaluSizeBytes(encoded_image, config_); in FrameEncoded()
Dvideocodec_test_fixture_impl.cc592 EXPECT_LE(video_stat.max_nalu_size_bytes, in VerifyVideoStatistic()