Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp178 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeWidth, gralloc4::decodeWidth)); in TEST_P()
502 ASSERT_NE(NO_ERROR, gralloc4::encodeWidth(0, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h269 status_t encodeWidth(uint64_t width, android::hardware::hidl_vec<uint8_t>* outWidth);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp960 status_t encodeWidth(uint64_t width, hidl_vec<uint8_t>* outWidth) { in encodeWidth() function