Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp182 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeHeight, gralloc4::decodeHeight)); in TEST_P()
477 ASSERT_NE(NO_ERROR, gralloc4::encodeHeight(0, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h462 status_t encodeHeight(uint64_t height, android::hardware::hidl_vec<uint8_t>* outHeight);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp968 status_t encodeHeight(uint64_t height, hidl_vec<uint8_t>* outHeight) { in encodeHeight() function