Searched refs:decodeInterlaced (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 70 …(aidl::android::hardware::graphics::common::ExtendableType, ::android::gralloc4::decodeInterlaced),
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 288 …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/ |
D | Gralloc4.cpp | 614 return get(bufferHandle, gralloc4::MetadataType_Interlaced, gralloc4::decodeInterlaced, in getInterlaced() 868 gralloc4::decodeInterlaced, &interlaced); in bufferDumpHelper()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 300 status_t decodeInterlaced(const android::hardware::hidl_vec<uint8_t>& interlaced, aidl::android::ha…
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1055 status_t decodeInterlaced(const hidl_vec<uint8_t>& interlaced, ExtendableType* outInterlaced) { in decodeInterlaced() function
|