Home
last modified time | relevance | path

Searched refs:Interlaced (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/ui/include_types/ui/
DGraphicTypes.h64 using Interlaced = aidl::android::hardware::graphics::common::Interlaced; variable
/frameworks/native/libs/ui/include/ui/
DGraphicTypes.h64 using Interlaced = aidl::android::hardware::graphics::common::Interlaced; variable
DGralloc.h142 ui::Interlaced* /*outInterlaced*/) const { in getInterlaced() argument
DGraphicBufferMapper.h149 status_t getInterlaced(buffer_handle_t bufferHandle, ui::Interlaced* outInterlaced);
DGralloc5.h109 ui::Interlaced *outInterlaced) const override;
DGralloc4.h96 ui::Interlaced* outInterlaced) const override;
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicTypes.h64 using Interlaced = aidl::android::hardware::graphics::common::Interlaced; variable
DGraphicBufferMapper.h149 status_t getInterlaced(buffer_handle_t bufferHandle, ui::Interlaced* outInterlaced);
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h167 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(
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp36 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()
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp36 using aidl::android::hardware::graphics::common::Interlaced;
287 TEST_P(Gralloc4TestInterlaced, Interlaced) { in TEST_P() argument
608 ASSERT_EQ(Interlaced::NONE, gralloc4::getStandardInterlacedValue(gralloc4::Interlaced_None)); in TEST_F()
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp297 ui::Interlaced* outInterlaced) { in getInterlaced()
DGralloc5.cpp889 ui::Interlaced *outInterlaced) const { in getInterlaced()
DGralloc4.cpp619 ui::Interlaced* outInterlaced) const { in getInterlaced()