Searched refs:decodeWidth (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/libs/gralloc/types/fuzzer/ |
H A D | gralloctypes.cpp | 60 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeWidth),
|
/aosp12/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 178 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeWidth, gralloc4::decodeWidth)); in TEST_P() 501 ASSERT_NE(NO_ERROR, gralloc4::decodeWidth(vec, nullptr)); in TEST_F() 539 ASSERT_NE(NO_ERROR, gralloc4::decodeWidth(vec, &width)); in TEST_F()
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Gralloc4.cpp | 474 return get(bufferHandle, gralloc4::MetadataType_Width, gralloc4::decodeWidth, outWidth); in getWidth() 862 error = metadataDumpHelper(bufferDump, StandardMetadataType::WIDTH, gralloc4::decodeWidth, in bufferDumpHelper()
|
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 264 status_t decodeWidth(const android::hardware::hidl_vec<uint8_t>& width, uint64_t* outWidth);
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 964 status_t decodeWidth(const hidl_vec<uint8_t>& width, uint64_t* outWidth) { in decodeWidth() function
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1101 ASSERT_EQ(NO_ERROR, gralloc4::decodeWidth(vec, &width)); in TEST_P() 2042 ASSERT_EQ(NO_ERROR, gralloc4::decodeWidth(vec, &width)); in TEST_P()
|