Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp60 GRALLOCTYPES_DECODE(uint64_t, ::android::gralloc4::decodeWidth),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp178 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/
DGralloc4.cpp542 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/
DGralloc4.h270 status_t decodeWidth(const android::hardware::hidl_vec<uint8_t>& width, uint64_t* outWidth);
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp964 status_t decodeWidth(const hidl_vec<uint8_t>& width, uint64_t* outWidth) { in decodeWidth() function