Searched refs:decodePixelFormatFourCC (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 64 GRALLOCTYPES_DECODE(uint32_t, ::android::gralloc4::decodePixelFormatFourCC),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 148 …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/ |
D | Gralloc4.cpp | 496 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/ |
D | Gralloc4.h | 276 status_t decodePixelFormatFourCC(const android::hardware::hidl_vec<uint8_t>& pixelFormatFourCC, uin…
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1001 status_t decodePixelFormatFourCC(const hidl_vec<uint8_t>& pixelFormatFourCC, uint32_t* outPixelForm… in decodePixelFormatFourCC() function
|