Home
last modified time | relevance | path

Searched refs:Interlaced_None (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp281 ::testing::Values(gralloc4::Interlaced_None, gralloc4::Interlaced_TopBottom,
486 ASSERT_NE(NO_ERROR, gralloc4::encodeInterlaced(gralloc4::Interlaced_None, nullptr)); in TEST_F()
564 ASSERT_TRUE(gralloc4::isStandardInterlaced(gralloc4::Interlaced_None)); in TEST_F()
580 ASSERT_EQ(Interlaced::NONE, gralloc4::getStandardInterlacedValue(gralloc4::Interlaced_None)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h355 static const aidl::android::hardware::graphics::common::ExtendableType Interlaced_None = variable