Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp70 …(aidl::android::hardware::graphics::common::ExtendableType, ::android::gralloc4::decodeInterlaced),
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp288 …LURE(testHelperStableAidlType(GetParam(), gralloc4::encodeInterlaced, gralloc4::decodeInterlaced)); in TEST_P()
538 ASSERT_NE(NO_ERROR, gralloc4::decodeInterlaced(vec, nullptr)); in TEST_F()
577 ASSERT_NE(NO_ERROR, gralloc4::decodeInterlaced(vec, &interlaced)); in TEST_F()
/frameworks/native/libs/ui/
DGralloc4.cpp614 return get(bufferHandle, gralloc4::MetadataType_Interlaced, gralloc4::decodeInterlaced, in getInterlaced()
868 gralloc4::decodeInterlaced, &interlaced); in bufferDumpHelper()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h300 status_t decodeInterlaced(const android::hardware::hidl_vec<uint8_t>& interlaced, aidl::android::ha…
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1055 status_t decodeInterlaced(const hidl_vec<uint8_t>& interlaced, ExtendableType* outInterlaced) { in decodeInterlaced() function