Searched refs:AspectRatioType (Results 1 – 4 of 4) sorted by relevance
15 using webm::AspectRatioType;73 EXPECT_EQ(AspectRatioType::kFreeResizing, video.aspect_ratio_type.value()); in TEST_F()177 EXPECT_EQ(AspectRatioType::kFreeResizing, video.aspect_ratio_type.value()); in TEST_F()303 EXPECT_EQ(AspectRatioType::kKeep, video.aspect_ratio_type.value()); in TEST_F()370 EXPECT_EQ(AspectRatioType::kFreeResizing, video.aspect_ratio_type.value()); in TEST_F()437 EXPECT_EQ(AspectRatioType::kFreeResizing, video.aspect_ratio_type.value()); in TEST_F()
59 MakeChild<IntParser<AspectRatioType>>(Id::kAspectRatioType, in VideoParser()
1102 enum class AspectRatioType : std::uint64_t { enum1186 Element<AspectRatioType> aspect_ratio_type{AspectRatioType::kFreeResizing};
534 std::ostream& operator<<(std::ostream& os, AspectRatioType value) { in operator <<()536 case AspectRatioType::kFreeResizing: in operator <<()538 case AspectRatioType::kKeep: in operator <<()540 case AspectRatioType::kFixed: in operator <<()