Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp61 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeHeight),
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp182 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeHeight, gralloc4::decodeHeight)); in TEST_P()
502 ASSERT_NE(NO_ERROR, gralloc4::decodeHeight(vec, nullptr)); in TEST_F()
540 ASSERT_NE(NO_ERROR, gralloc4::decodeHeight(vec, &height)); in TEST_F()
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp478 return get(bufferHandle, gralloc4::MetadataType_Height, gralloc4::decodeHeight, outHeight); in getHeight()
867 error = metadataDumpHelper(bufferDump, StandardMetadataType::HEIGHT, gralloc4::decodeHeight, in bufferDumpHelper()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h267 status_t decodeHeight(const android::hardware::hidl_vec<uint8_t>& height, uint64_t* outHeight);
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp972 status_t decodeHeight(const hidl_vec<uint8_t>& height, uint64_t* outHeight) { in decodeHeight() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1113 ASSERT_EQ(NO_ERROR, gralloc4::decodeHeight(vec, &height)); in TEST_P()
2055 ASSERT_EQ(NO_ERROR, gralloc4::decodeHeight(vec, &height)); in TEST_P()