Searched refs:encodeWidth (Results 1 – 3 of 3) sorted by relevance
178 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()
269 status_t encodeWidth(uint64_t width, android::hardware::hidl_vec<uint8_t>* outWidth);
960 status_t encodeWidth(uint64_t width, hidl_vec<uint8_t>* outWidth) { in encodeWidth() function