Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicTypes.h63 using Interlaced = aidl::android::hardware::graphics::common::Interlaced; variable
H A DGralloc.h144 ui::Interlaced* /*outInterlaced*/) const { in getInterlaced() argument
227 ui::Interlaced* /*outInterlaced*/) const { in getDefaultInterlaced() argument
H A DGraphicBufferMapper.h116 status_t getInterlaced(buffer_handle_t bufferHandle, ui::Interlaced* outInterlaced);
160 ui::Interlaced* outInterlaced);
H A DGralloc4.h95 ui::Interlaced* outInterlaced) const override;
137 ui::Interlaced* outInterlaced) const override;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicTypes.h63 using Interlaced = aidl::android::hardware::graphics::common::Interlaced; variable
H A DGraphicBufferMapper.h116 status_t getInterlaced(buffer_handle_t bufferHandle, ui::Interlaced* outInterlaced);
160 ui::Interlaced* outInterlaced);
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
H A DInterlaced.aidl20 enum Interlaced { enum
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
H A DInterlaced.aidl36 enum Interlaced { enum
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
H A DInterlaced.aidl20 enum Interlaced { enum
/aosp12/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
H A DInterlaced.aidl24 enum Interlaced { enum
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h161 static_cast<int64_t>(aidl::android::hardware::graphics::common::Interlaced::NONE)};
165 static_cast<int64_t>(aidl::android::hardware::graphics::common::Interlaced::TOP_BOTTOM)};
169 static_cast<int64_t>(aidl::android::hardware::graphics::common::Interlaced::RIGHT_LEFT)};
400 aidl::android::hardware::graphics::common::Interlaced getStandardInterlacedValue(
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp36 using aidl::android::hardware::graphics::common::Interlaced;
1240 Interlaced getStandardInterlacedValue(const ExtendableType& interlaced) { in getStandardInterlacedValue()
1241 return static_cast<Interlaced>(interlaced.value); in getStandardInterlacedValue()
1274 case Interlaced::NONE: in getInterlacedName()
1276 case Interlaced::TOP_BOTTOM: in getInterlacedName()
1278 case Interlaced::RIGHT_LEFT: in getInterlacedName()
/aosp12/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp259 ui::Interlaced* outInterlaced) { in getInterlaced()
357 uint64_t usage, ui::Interlaced* outInterlaced) { in getDefaultInterlaced()
H A DGralloc4.cpp551 ui::Interlaced* outInterlaced) const { in getInterlaced()
741 ui::Interlaced* outInterlaced) const { in getDefaultInterlaced()
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp36 using aidl::android::hardware::graphics::common::Interlaced;
287 TEST_P(Gralloc4TestInterlaced, Interlaced) { in TEST_P() argument
580 ASSERT_EQ(Interlaced::NONE, gralloc4::getStandardInterlacedValue(gralloc4::Interlaced_None)); in TEST_F()