Home
last modified time | relevance | path

Searched refs:isStandardInterlaced (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp592 ASSERT_TRUE(gralloc4::isStandardInterlaced(gralloc4::Interlaced_None)); in TEST_F()
600 …ASSERT_FALSE(gralloc4::isStandardInterlaced({"vendor.mycompanyname.graphics.common.Interlaced", 0}… in TEST_F()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1229 bool isStandardInterlaced(const ExtendableType& interlaced) { in isStandardInterlaced() function
1280 if (!isStandardInterlaced(interlaced)) { in getInterlacedName()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h400 bool isStandardInterlaced(
/frameworks/native/libs/ui/
DGralloc5.cpp898 if (!gralloc4::isStandardInterlaced(interlaced)) { in getInterlaced()
DGralloc4.cpp628 if (!gralloc4::isStandardInterlaced(interlaced)) { in getInterlaced()