/hardware/intel/img/hwcomposer/merrifield/include/ |
PlaneCapabilities.h | 24 class HwcLayer; 28 static bool isFormatSupported(int planeType, HwcLayer *hwcLayer); 29 static bool isSizeSupported(int planeType, HwcLayer *hwcLayer); 30 static bool isBlendingSupported(int planeType, HwcLayer *hwcLayer); 31 static bool isScalingSupported(int planeType, HwcLayer *hwcLayer); 32 static bool isTransformSupported(int planeType, HwcLayer *hwcLayer) [all...] |
DisplayPlaneManager.h | 21 #include <HwcLayer.h> 40 HwcLayer *hwcLayer;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
PlaneCapabilities.h | 24 class HwcLayer; 28 static bool isFormatSupported(int planeType, HwcLayer *hwcLayer); 29 static bool isSizeSupported(int planeType, HwcLayer *hwcLayer); 30 static bool isBlendingSupported(int planeType, HwcLayer *hwcLayer); 31 static bool isScalingSupported(int planeType, HwcLayer *hwcLayer); 32 static bool isTransformSupported(int planeType, HwcLayer *hwcLayer) [all...] |
DisplayPlaneManager.h | 21 #include <common/base/HwcLayer.h> 40 HwcLayer *hwcLayer;
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayerList.cpp | 49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) 52 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); 55 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { 72 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) { 78 valid = PlaneCapabilities::isTransformSupported(planeType, hwcLayer); 85 valid = PlaneCapabilities::isFormatSupported(planeType, hwcLayer); 92 valid = PlaneCapabilities::isSizeSupported(planeType, hwcLayer); 99 valid = PlaneCapabilities::isBlendingSupported(planeType, hwcLayer); [all...] |
HwcLayerList.h | 25 #include <HwcLayer.h> 49 bool checkSupported(int planeType, HwcLayer *hwcLayer); 50 bool checkCursorSupported(HwcLayer *hwcLayer); 59 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1); 61 bool useAsFrameBufferTarget(HwcLayer *target); 62 bool hasIntersection(HwcLayer *la, HwcLayer *lb) [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayerList.cpp | 48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) 51 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); 54 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { 71 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) { 77 valid = PlaneCapabilities::isTransformSupported(planeType, hwcLayer); 84 valid = PlaneCapabilities::isFormatSupported(planeType, hwcLayer); 91 valid = PlaneCapabilities::isSizeSupported(planeType, hwcLayer); 98 valid = PlaneCapabilities::isBlendingSupported(planeType, hwcLayer); [all...] |
HwcLayerList.h | 25 #include <common/base/HwcLayer.h> 50 bool checkSupported(int planeType, HwcLayer *hwcLayer); 51 bool checkRgbOverlaySupported(HwcLayer *hwcLayer); 52 bool checkCursorSupported(HwcLayer *hwcLayer); 61 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1); 63 bool useAsFrameBufferTarget(HwcLayer *target) [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
PlaneCapabilities.cpp | 24 #include <HwcLayer.h> 36 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) 38 uint32_t format = hwcLayer->getFormat(); 39 uint32_t trans = hwcLayer->getLayer()->transform; 79 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) 81 uint32_t format = hwcLayer->getFormat(); 82 uint32_t w = hwcLayer->getBufferWidth(); 83 uint32_t h = hwcLayer->getBufferHeight() [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
PlaneCapabilities.cpp | 21 #include <common/base/HwcLayer.h> 37 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) 39 uint32_t format = hwcLayer->getFormat(); 40 uint32_t trans = hwcLayer->getLayer()->transform; 80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) 82 uint32_t format = hwcLayer->getFormat(); 83 const stride_t& stride = hwcLayer->getBufferStride(); 139 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer [all...] |
AnnPlaneManager.cpp | 328 config[i]->hwcLayer->getTransform() != 0) {
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
PlaneCapabilities.cpp | 24 #include <HwcLayer.h> 38 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) 40 uint32_t format = hwcLayer->getFormat(); 41 uint32_t trans = hwcLayer->getLayer()->transform; 80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) 82 uint32_t format = hwcLayer->getFormat(); 83 uint32_t w = hwcLayer->getBufferWidth(); 84 uint32_t h = hwcLayer->getBufferHeight() [all...] |
AnnPlaneManager.cpp | 363 config[i]->hwcLayer->getTransform() != 0) {
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2On1Adapter.cpp | [all...] |
HWComposer.cpp | 520 auto hwcLayer = layer->getHwcLayer(displayId); 522 if (changedTypes.count(hwcLayer) != 0) { 526 changedTypes[hwcLayer]); 527 layer->setCompositionType(displayId, changedTypes[hwcLayer], false); 544 if (layerRequests.count(hwcLayer) != 0 && 545 layerRequests[hwcLayer] == 549 if (layerRequests.count(hwcLayer) != 0) { 551 to_string(layerRequests[hwcLayer]).c_str());
|
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 521 auto& hwcLayer = hwcInfo.layer; 536 auto error = hwcLayer->setBlendMode(blendMode); 593 auto error = hwcLayer->setDisplayFrame(transformedFrame); 601 error = hwcLayer->setSourceCrop(sourceCrop); 608 error = hwcLayer->setPlaneAlpha(s.alpha); 613 error = hwcLayer->setZOrder(s.z); 662 auto error = hwcLayer->setTransform(transform); 696 auto& hwcLayer = mHwcLayers[hwcId].layer; 697 auto error = hwcLayer->setVisibleRegion(visible); 704 error = hwcLayer->setSurfaceDamage(surfaceDamageRegion) [all...] |
SurfaceFlinger.cpp | [all...] |