Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp61 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeHeight),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp182 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeHeight, gralloc4::decodeHeight)); in TEST_P()
529 ASSERT_NE(NO_ERROR, gralloc4::decodeHeight(vec, nullptr)); in TEST_F()
568 ASSERT_NE(NO_ERROR, gralloc4::decodeHeight(vec, &height)); in TEST_F()
/frameworks/native/libs/ui/
DGralloc4.cpp546 return get(bufferHandle, gralloc4::MetadataType_Height, gralloc4::decodeHeight, outHeight); in getHeight()
817 error = metadataDumpHelper(bufferDump, StandardMetadataType::HEIGHT, gralloc4::decodeHeight, in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h273 status_t decodeHeight(const android::hardware::hidl_vec<uint8_t>& height, uint64_t* outHeight);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp972 status_t decodeHeight(const hidl_vec<uint8_t>& height, uint64_t* outHeight) { in decodeHeight() function