Home
last modified time | relevance | path

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

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