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.h636 virtual bool isSrcFormatSupported(struct exynos_image &src);
DExynosMPP.cpp462 bool ExynosMPP::isSrcFormatSupported(struct exynos_image &src) in isSrcFormatSupported() function in ExynosMPP
2102 else if (!isSrcFormatSupported(src)) in isSupported()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp271 [&src_img](auto m) { return m->isSrcFormatSupported(src_img); }); in doPreProcess()