Home
last modified time | relevance | path

Searched refs:ATTR_NORESAMPLING (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libacryl/
Dacrylic.cpp151 if (!!(layer->getCompositAttr() & AcrylicLayer::ATTR_NORESAMPLING)) { in validateAllLayers()
Dacrylic_layer.cpp445 bool scaling_ok = !(attr & ATTR_NORESAMPLING) in setCompositArea()
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h744 enum composit_attr_t { ATTR_NORESAMPLING = 1, ATTR_ALL_MASK = 1}; enumerator
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1267 …nfo->mppLayer->setCompositArea(src_rect, dst_rect, src.transform, AcrylicLayer::ATTR_NORESAMPLING); in setupLayer()
1270 …nfo->mppLayer->setCompositArea(src_rect, dst_rect, src.transform, AcrylicLayer::ATTR_NORESAMPLING); in setupLayer()