Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp78 … GRALLOCTYPES_DECODE(std::optional<std::vector<uint8_t>>, ::android::gralloc4::decodeSmpte2094_40),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp455 …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/
DGralloc4.h333 status_t decodeSmpte2094_40(const android::hardware::hidl_vec<uint8_t>& smpte2094_40,
/frameworks/native/libs/ui/
DGralloc4.cpp718 return get(bufferHandle, gralloc4::MetadataType_Smpte2094_40, gralloc4::decodeSmpte2094_40, in getSmpte2094_40()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1131 status_t decodeSmpte2094_40(const hidl_vec<uint8_t>& smpte2094_40, in decodeSmpte2094_40() function