Home
last modified time | relevance | path

Searched refs:decodeSmpte2094_10 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp481 gralloc4::decodeSmpte2094_10)); in TEST_P()
546 ASSERT_NE(NO_ERROR, gralloc4::decodeSmpte2094_10(vec, nullptr)); in TEST_F()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h338 status_t decodeSmpte2094_10(const android::hardware::hidl_vec<uint8_t>& smpte2094_10,
/frameworks/native/libs/ui/
DGralloc4.cpp730 return get(bufferHandle, gralloc4::MetadataType_Smpte2094_10, gralloc4::decodeSmpte2094_10, in getSmpte2094_10()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1143 status_t decodeSmpte2094_10(const hidl_vec<uint8_t>& smpte2094_10, in decodeSmpte2094_10() function