Searched refs:decodeWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 60 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeWidth),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 178 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeWidth, gralloc4::decodeWidth)); in TEST_P() 528 ASSERT_NE(NO_ERROR, gralloc4::decodeWidth(vec, nullptr)); in TEST_F() 567 ASSERT_NE(NO_ERROR, gralloc4::decodeWidth(vec, &width)); in TEST_F()
|
/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 542 return get(bufferHandle, gralloc4::MetadataType_Width, gralloc4::decodeWidth, outWidth); in getWidth() 812 error = metadataDumpHelper(bufferDump, StandardMetadataType::WIDTH, gralloc4::decodeWidth, in bufferDumpHelper()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 270 status_t decodeWidth(const android::hardware::hidl_vec<uint8_t>& width, uint64_t* outWidth);
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 964 status_t decodeWidth(const hidl_vec<uint8_t>& width, uint64_t* outWidth) { in decodeWidth() function
|