Home
last modified time | relevance | path

Searched refs:PLANE_PRIMARY (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnPlaneManager.cpp39 {'A', DisplayPlane::PLANE_PRIMARY, 0},
40 {'B', DisplayPlane::PLANE_PRIMARY, 1},
41 {'C', DisplayPlane::PLANE_PRIMARY, 2},
144 case DisplayPlane::PLANE_PRIMARY: in allocPlane()
145 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_PRIMARY, index/*disp*/); in allocPlane()
314 if (config[i]->planeType != DisplayPlane::PLANE_PRIMARY && in assignPlanes()
319 if (desc.type != DisplayPlane::PLANE_PRIMARY && in assignPlanes()
355 if (desc.type == DisplayPlane::PLANE_PRIMARY) { in assignPlanes()
DPlaneCapabilities.cpp39 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isFormatSupported()
87 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isSizeSupported()
143 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isBlendingSupported()
178 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isScalingSupported()
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlaneManager.cpp76 mPlaneCount[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount; in initialize()
242 if (type == DisplayPlane::PLANE_PRIMARY || in getFreePlanes()
338 mPlaneCount[DisplayPlane::PLANE_PRIMARY], in dump()
339 mFreePlanes[DisplayPlane::PLANE_PRIMARY], in dump()
340 mReclaimedPlanes[DisplayPlane::PLANE_PRIMARY]); in dump()
/hardware/intel/img/hwcomposer/include/
DDisplayPlane.h53 PLANE_PRIMARY, enumerator
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp603 int type = DisplayPlane::PLANE_PRIMARY; in assignPrimaryPlaneHelper()
977 case DisplayPlane::PLANE_PRIMARY: in dump()