Home
last modified time | relevance | path

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

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