Searched refs:alpha_mode (Results 1 – 12 of 12) sorted by relevance
42 EXPECT_FALSE(video.alpha_mode.is_present()); in TEST_F()43 EXPECT_EQ(static_cast<std::uint64_t>(0), video.alpha_mode.value()); in TEST_F()146 EXPECT_TRUE(video.alpha_mode.is_present()); in TEST_F()147 EXPECT_EQ(static_cast<std::uint64_t>(0), video.alpha_mode.value()); in TEST_F()272 EXPECT_TRUE(video.alpha_mode.is_present()); in TEST_F()273 EXPECT_EQ(static_cast<std::uint64_t>(3), video.alpha_mode.value()); in TEST_F()339 EXPECT_FALSE(video.alpha_mode.is_present()); in TEST_F()340 EXPECT_EQ(static_cast<std::uint64_t>(0), video.alpha_mode.value()); in TEST_F()406 EXPECT_FALSE(video.alpha_mode.is_present()); in TEST_F()407 EXPECT_EQ(static_cast<std::uint64_t>(0), video.alpha_mode.value()); in TEST_F()
39 MakeChild<UnsignedIntParser>(Id::kAlphaMode, &Video::alpha_mode), in VideoParser()
1136 Element<std::uint64_t> alpha_mode{0};1208 alpha_mode == other.alpha_mode && pixel_width == other.pixel_width &&
770 bool SetAlphaMode(uint64_t alpha_mode);795 uint64_t alpha_mode() { return alpha_mode_; } in alpha_mode() function
1449 bool VideoTrack::SetAlphaMode(uint64_t alpha_mode) { in SetAlphaMode() argument1450 if (alpha_mode != kNoAlpha && alpha_mode != kAlpha) in SetAlphaMode()1453 alpha_mode_ = alpha_mode; in SetAlphaMode()
224 unsigned alpha_mode : 12; member
699 PrintOptionalElement("AlphaMode", video.alpha_mode); in PrintMasterElement()
990 Choices for the alpha_mode are