Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp76 …ional<aidl::android::hardware::graphics::common::Smpte2086>, ::android::gralloc4::decodeSmpte2086),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp418 …estHelperStableAidlTypeOptional(GetParam(), gralloc4::encodeSmpte2086, gralloc4::decodeSmpte2086)); in TEST_P()
543 ASSERT_NE(NO_ERROR, gralloc4::decodeSmpte2086(vec, nullptr)); in TEST_F()
582 ASSERT_NE(NO_ERROR, gralloc4::decodeSmpte2086(vec, &smpte2086)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h320 status_t decodeSmpte2086(
/frameworks/native/libs/ui/
DGralloc4.cpp695 return get(bufferHandle, gralloc4::MetadataType_Smpte2086, gralloc4::decodeSmpte2086, in getSmpte2086()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1112 status_t decodeSmpte2086(const hidl_vec<uint8_t>& smpte2086, in decodeSmpte2086() function