Home
last modified time | relevance | path

Searched refs:isSrcFormatSupported (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.h606 virtual bool isSrcFormatSupported(struct exynos_image &src);
H A DExynosMPP.cpp456 bool ExynosMPP::isSrcFormatSupported(struct exynos_image &src) in isSrcFormatSupported() function in ExynosMPP
2053 else if (!isSrcFormatSupported(src)) in isSupported()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp239 [&src_img](auto m) { return m->isSrcFormatSupported(src_img); }); in doPreProcess()