#include "base/containers/flat_set.h"
#include "base/strings/stringprintf.h"
#include "media/base/video_codec_string_parsers.h"
#include "media/base/video_color_space.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
TEST(ParseVP9CodecId, NewStyleVP9CodecIDs) { … }
TEST(ParseAv1CodecId, VerifyRequiredValues) { … }
TEST(ParseAv1CodecId, VerifyOptionalMonochrome) { … }
TEST(ParseAv1CodecId, VerifyOptionalSubsampling) { … }
TEST(ParseAv1CodecId, VerifyOptionalColorProperties) { … }
TEST(ParseHEVCCodecIdTest, InvalidHEVCCodecIds) { … }
TEST(ParseVVCCodecIdTest, InvalidVVCCodecIds) { … }
TEST(ParseDolbyVisionCodecIdTest, InvalidDolbyVisionCodecIds) { … }
}