Searched refs:decodeSmpte2094_40 (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 78 … GRALLOCTYPES_DECODE(std::optional<std::vector<uint8_t>>, ::android::gralloc4::decodeSmpte2094_40),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 455 …perStableAidlTypeOptional(GetParam(), gralloc4::encodeSmpte2094_40, gralloc4::decodeSmpte2094_40)); in TEST_P() 545 ASSERT_NE(NO_ERROR, gralloc4::decodeSmpte2094_40(vec, nullptr)); in TEST_F() 584 ASSERT_NE(NO_ERROR, gralloc4::decodeSmpte2094_40(vec, &smpte2094_40)); in TEST_F()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t decodeSmpte2094_40(const android::hardware::hidl_vec<uint8_t>& smpte2094_40,
|
/frameworks/native/libs/ui/ |
D | Gralloc4.cpp | 718 return get(bufferHandle, gralloc4::MetadataType_Smpte2094_40, gralloc4::decodeSmpte2094_40, in getSmpte2094_40()
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1131 status_t decodeSmpte2094_40(const hidl_vec<uint8_t>& smpte2094_40, in decodeSmpte2094_40() function
|