Home
last modified time | relevance | path

Searched refs:encodeInterlaced (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp288 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(GetParam(), gralloc4::encodeInterlaced, gralloc4:… in TEST_P()
512 ASSERT_NE(NO_ERROR, gralloc4::encodeInterlaced(gralloc4::Interlaced_None, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h299 status_t encodeInterlaced(const aidl::android::hardware::graphics::common::ExtendableType& interlac…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1051 status_t encodeInterlaced(const ExtendableType& interlaced, hidl_vec<uint8_t>* outInterlaced) { in encodeInterlaced() function