Searched refs:Interlaced (Results 1 – 12 of 12) sorted by relevance
63 using Interlaced = aidl::android::hardware::graphics::common::Interlaced; variable
116 status_t getInterlaced(buffer_handle_t bufferHandle, ui::Interlaced* outInterlaced);169 ui::Interlaced* outInterlaced);
144 ui::Interlaced* /*outInterlaced*/) const { in getInterlaced() argument251 ui::Interlaced* /*outInterlaced*/) const { in getDefaultInterlaced() argument
96 ui::Interlaced* outInterlaced) const override;148 ui::Interlaced* outInterlaced) const override;
167 static_cast<int64_t>(aidl::android::hardware::graphics::common::Interlaced::NONE)};171 static_cast<int64_t>(aidl::android::hardware::graphics::common::Interlaced::TOP_BOTTOM)};175 static_cast<int64_t>(aidl::android::hardware::graphics::common::Interlaced::RIGHT_LEFT)};411 aidl::android::hardware::graphics::common::Interlaced getStandardInterlacedValue(
36 using aidl::android::hardware::graphics::common::Interlaced;1252 Interlaced getStandardInterlacedValue(const ExtendableType& interlaced) { in getStandardInterlacedValue()1253 return static_cast<Interlaced>(interlaced.value); in getStandardInterlacedValue()1286 case Interlaced::NONE: in getInterlacedName()1288 case Interlaced::TOP_BOTTOM: in getInterlacedName()1290 case Interlaced::RIGHT_LEFT: in getInterlacedName()
259 ui::Interlaced* outInterlaced) { in getInterlaced()386 uint64_t usage, ui::Interlaced* outInterlaced) { in getDefaultInterlaced()
646 ui::Interlaced* outInterlaced) const { in getInterlaced()874 ui::Interlaced* outInterlaced) const { in getDefaultInterlaced()
36 using aidl::android::hardware::graphics::common::Interlaced;287 TEST_P(Gralloc4TestInterlaced, Interlaced) { in TEST_P() argument608 ASSERT_EQ(Interlaced::NONE, gralloc4::getStandardInterlacedValue(gralloc4::Interlaced_None)); in TEST_F()