Searched refs:PLANE_PRIMARY (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnPlaneManager.cpp | 39 {'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()
|
D | PlaneCapabilities.cpp | 39 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/ |
D | DisplayPlaneManager.cpp | 76 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/ |
D | DisplayPlane.h | 53 PLANE_PRIMARY, enumerator
|
/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayerList.cpp | 603 int type = DisplayPlane::PLANE_PRIMARY; in assignPrimaryPlaneHelper() 977 case DisplayPlane::PLANE_PRIMARY: in dump()
|