Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp64 GRALLOCTYPES_DECODE(uint32_t, ::android::gralloc4::decodePixelFormatFourCC),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp148 …LURE(testHelper(GetParam(), gralloc4::encodePixelFormatFourCC, gralloc4::decodePixelFormatFourCC)); in TEST_P()
505 ASSERT_NE(NO_ERROR, gralloc4::decodePixelFormatFourCC(vec, nullptr)); in TEST_F()
543 ASSERT_NE(NO_ERROR, gralloc4::decodePixelFormatFourCC(vec, &pixelFormatFourCC)); in TEST_F()
/frameworks/native/libs/ui/
DGralloc4.cpp496 gralloc4::decodePixelFormatFourCC, outPixelFormatFourCC); in getPixelFormatFourCC()
676 gralloc4::MetadataType_PixelFormatFourCC, gralloc4::decodePixelFormatFourCC, in getDefaultPixelFormatFourCC()
883 gralloc4::decodePixelFormatFourCC, &pixelFormatFourCC); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h276 status_t decodePixelFormatFourCC(const android::hardware::hidl_vec<uint8_t>& pixelFormatFourCC, uin…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1001 status_t decodePixelFormatFourCC(const hidl_vec<uint8_t>& pixelFormatFourCC, uint32_t* outPixelForm… in decodePixelFormatFourCC() function