Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gralloc/types/fuzzer/
H A Dgralloctypes.cpp70 …(aidl::android::hardware::graphics::common::ExtendableType, ::android::gralloc4::decodeInterlaced),
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp288 …LURE(testHelperStableAidlType(GetParam(), gralloc4::encodeInterlaced, gralloc4::decodeInterlaced)); in TEST_P()
511 ASSERT_NE(NO_ERROR, gralloc4::decodeInterlaced(vec, nullptr)); in TEST_F()
549 ASSERT_NE(NO_ERROR, gralloc4::decodeInterlaced(vec, &interlaced)); in TEST_F()
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp546 return get(bufferHandle, gralloc4::MetadataType_Interlaced, gralloc4::decodeInterlaced, in getInterlaced()
736 gralloc4::decodeInterlaced, outInterlaced); in getDefaultInterlaced()
918 gralloc4::decodeInterlaced, &interlaced); in bufferDumpHelper()
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h294 status_t decodeInterlaced(const android::hardware::hidl_vec<uint8_t>& interlaced, aidl::android::ha…
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1235 ASSERT_EQ(NO_ERROR, gralloc4::decodeInterlaced(vec, &interlaced)); in TEST_P()
1552 ASSERT_EQ(NO_ERROR, gralloc4::decodeInterlaced(vec, &realInterlaced)); in TEST_P()
2195 ASSERT_EQ(NO_ERROR, gralloc4::decodeInterlaced(vec, &interlaced)); in TEST_P()
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1055 status_t decodeInterlaced(const hidl_vec<uint8_t>& interlaced, ExtendableType* outInterlaced) { in decodeInterlaced() function