Home
last modified time | relevance | path

Searched refs:PLANE_OVERLAY (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnPlaneManager.cpp45 {'G', DisplayPlane::PLANE_OVERLAY, 0}, // nickname for Overlay A
46 {'H', DisplayPlane::PLANE_OVERLAY, 1}, // nickname for Overlay C
150 case DisplayPlane::PLANE_OVERLAY: in allocPlane()
181 if (config[i]->planeType == DisplayPlane::PLANE_OVERLAY) { in isValidZOrder()
189 if (config[i]->planeType != DisplayPlane::PLANE_OVERLAY && in isValidZOrder()
209 if (config[i]->planeType != DisplayPlane::PLANE_OVERLAY && in isValidZOrder()
237 if (config[i]->planeType == DisplayPlane::PLANE_OVERLAY) { in assignPlanes()
307 if (config[i]->planeType == DisplayPlane::PLANE_OVERLAY && in assignPlanes()
308 desc.type != DisplayPlane::PLANE_OVERLAY) { in assignPlanes()
313 if (config[i]->planeType != DisplayPlane::PLANE_OVERLAY) { in assignPlanes()
[all …]
DPlaneCapabilities.cpp51 } else if (planeType == DisplayPlane::PLANE_OVERLAY) { in isFormatSupported()
104 } else if (planeType == DisplayPlane::PLANE_OVERLAY) { in isSizeSupported()
155 } else if (planeType == DisplayPlane::PLANE_OVERLAY) { in isBlendingSupported()
182 } else if (planeType == DisplayPlane::PLANE_OVERLAY) { in isScalingSupported()
225 if (planeType == DisplayPlane::PLANE_OVERLAY) { in isTransformSupported()
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlaneManager.cpp75 mPlaneCount[DisplayPlane::PLANE_OVERLAY] = mOverlayPlaneCount; in initialize()
313 if (plane && plane->getType() == DisplayPlane::PLANE_OVERLAY) { in isOverlayPlanesDisabled()
334 mPlaneCount[DisplayPlane::PLANE_OVERLAY], in dump()
335 mFreePlanes[DisplayPlane::PLANE_OVERLAY], in dump()
336 mReclaimedPlanes[DisplayPlane::PLANE_OVERLAY]); in dump()
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp300 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) { in initialize()
445 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY); in assignOverlayPlanes()
479 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_OVERLAY, mOverlayCandidates[i]); in assignOverlayPlanes()
600 type = DisplayPlane::PLANE_OVERLAY; in assignPrimaryPlaneHelper()
975 case DisplayPlane::PLANE_OVERLAY: in dump()
DHwcLayer.cpp339 } else if (PlaneCapabilities::isFormatSupported(DisplayPlane::PLANE_OVERLAY, this)) { in setupAttributes()
/hardware/intel/img/hwcomposer/include/
DDisplayPlane.h52 PLANE_OVERLAY, enumerator
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp33 : DisplayPlane(index, PLANE_OVERLAY, disp), in OverlayPlaneBase()
190 if (plane->getType() == DisplayPlane::PLANE_OVERLAY) { in setZOrderConfig()