Searched refs:max_nalu_size_bytes (Results 1 – 5 of 5) sorted by relevance
60 size_t max_nalu_size_bytes = 0; member133 size_t max_nalu_size_bytes = 0; member
116 map["max_nalu_size_bytes"] = std::to_string(max_nalu_size_bytes); in ToMap()
245 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()
415 frame_stat->max_nalu_size_bytes = GetMaxNaluSizeBytes(encoded_image, config_); in FrameEncoded()
677 EXPECT_LE(video_stat.max_nalu_size_bytes, in VerifyVideoStatistic()