Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h300 return supportedResampling(from, to,
310 return supportedResampling(from, to,
318 bool supportedResampling(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResampling() function
380 bool supportedResampling(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResampling() function
405 return supportedResampling(from, to, upfactor, downfactor); in supportedResizing()
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic.cpp159 if (!cap.supportedResampling(ir.size, xy, layer->getTransform())) { in validateAllLayers()
H A Dacrylic_layer.cpp446 ? cap.supportedResampling(src_xy, out_xy, transform) in setCompositArea()