HomeSort by relevance Sort by last modified time
    Searched refs:PLANE_OVERLAY (Results 1 - 7 of 7) sorted by null

  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnPlaneManager.cpp 45 {'G', DisplayPlane::PLANE_OVERLAY, 0}, // nickname for Overlay A
46 {'H', DisplayPlane::PLANE_OVERLAY, 1}, // nickname for Overlay C
150 case DisplayPlane::PLANE_OVERLAY:
181 if (config[i]->planeType == DisplayPlane::PLANE_OVERLAY) {
189 if (config[i]->planeType != DisplayPlane::PLANE_OVERLAY &&
209 if (config[i]->planeType != DisplayPlane::PLANE_OVERLAY &&
237 if (config[i]->planeType == DisplayPlane::PLANE_OVERLAY) {
307 if (config[i]->planeType == DisplayPlane::PLANE_OVERLAY &&
308 desc.type != DisplayPlane::PLANE_OVERLAY) {
313 if (config[i]->planeType != DisplayPlane::PLANE_OVERLAY) {
    [all...]
PlaneCapabilities.cpp 51 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
104 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
155 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
182 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
225 if (planeType == DisplayPlane::PLANE_OVERLAY) {
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 75 mPlaneCount[DisplayPlane::PLANE_OVERLAY] = mOverlayPlaneCount;
313 if (plane && plane->getType() == DisplayPlane::PLANE_OVERLAY) {
334 mPlaneCount[DisplayPlane::PLANE_OVERLAY],
335 mFreePlanes[DisplayPlane::PLANE_OVERLAY],
336 mReclaimedPlanes[DisplayPlane::PLANE_OVERLAY]);
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 52 PLANE_OVERLAY,
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 300 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) {
445 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY);
479 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_OVERLAY, mOverlayCandidates[i]);
600 type = DisplayPlane::PLANE_OVERLAY;
975 case DisplayPlane::PLANE_OVERLAY:
    [all...]
HwcLayer.cpp 339 } else if (PlaneCapabilities::isFormatSupported(DisplayPlane::PLANE_OVERLAY, this)) {
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 33 : DisplayPlane(index, PLANE_OVERLAY, disp),
190 if (plane->getType() == DisplayPlane::PLANE_OVERLAY) {
    [all...]

Completed in 713 milliseconds