Searched refs:max_nalu_size_bytes (Results 1 – 5 of 5) sorted by relevance
56 size_t max_nalu_size_bytes = 0; member118 size_t max_nalu_size_bytes = 0; member
89 ss << "\n" << prefix << "max_nalu_size_bytes: " << max_nalu_size_bytes; in ToString()
244 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()
390 frame_stat->max_nalu_size_bytes = GetMaxNaluSizeBytes(encoded_image, config_); in FrameEncoded()
592 EXPECT_LE(video_stat.max_nalu_size_bytes, in VerifyVideoStatistic()