Searched refs:DisplayPlane (Results 1 - 25 of 27) sorted by relevance

12

/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlaneManager.cpp32 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) {
49 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) {
52 DisplayPlane *plane = mPlanes[i].itemAt(j);
74 mPlaneCount[DisplayPlane::PLANE_SPRITE] = mSpritePlaneCount;
75 mPlaneCount[DisplayPlane::PLANE_OVERLAY] = mOverlayPlaneCount;
76 mPlaneCount[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount;
77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount;
85 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) {
90 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) {
95 DisplayPlane* plan
[all...]
H A DDisplayPlane.cpp18 #include <DisplayPlane.h>
25 DisplayPlane::DisplayPlane(int index, int type, int disp) function in class:android::intel::DisplayPlane
51 DisplayPlane::~DisplayPlane()
56 bool DisplayPlane::initialize(uint32_t bufferCount)
75 void DisplayPlane::deinitialize()
93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h)
110 void DisplayPlane::setPosition(int x, int y, int w, int h)
139 void DisplayPlane
[all...]
/hardware/intel/img/hwcomposer/include/
H A DDisplayPlaneManager.h20 #include <DisplayPlane.h>
39 DisplayPlane *plane;
71 virtual void reclaimPlane(int dsp, DisplayPlane& plane);
81 DisplayPlane* getPlane(int type, int index);
82 DisplayPlane* getAnyPlane(int type);
84 void putPlane(int dsp, DisplayPlane& plane);
86 virtual DisplayPlane* allocPlane(int index, int type) = 0;
89 int mPlaneCount[DisplayPlane::PLANE_MAX];
96 Vector<DisplayPlane*> mPlanes[DisplayPlane
[all...]
H A DPrimaryDevice.h19 #include <DisplayPlane.h>
H A DDisplayPlane.h47 class DisplayPlane { class in namespace:android::intel
75 DisplayPlane(int index, int type, int disp);
76 virtual ~DisplayPlane();
H A DIDisplayDevice.h21 #include <DisplayPlane.h>
H A DPhysicalDevice.h19 #include <DisplayPlane.h>
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnPlaneManager.cpp39 {'A', DisplayPlane::PLANE_PRIMARY, 0},
40 {'B', DisplayPlane::PLANE_PRIMARY, 1},
41 {'C', DisplayPlane::PLANE_PRIMARY, 2},
42 {'D', DisplayPlane::PLANE_SPRITE, 0},
43 {'E', DisplayPlane::PLANE_SPRITE, 1},
44 {'F', DisplayPlane::PLANE_SPRITE, 2},
45 {'G', DisplayPlane::PLANE_OVERLAY, 0}, // nickname for Overlay A
46 {'H', DisplayPlane::PLANE_OVERLAY, 1}, // nickname for Overlay C
47 {'I', DisplayPlane::PLANE_CURSOR, 0}, // nickname for cursor A
48 {'J', DisplayPlane
[all...]
H A DPlaneCapabilities.cpp18 #include <DisplayPlane.h>
39 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
51 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
87 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
104 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
143 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
155 } else if (planeType == DisplayPlane
[all...]
H A DAnnCursorPlane.h24 #include <DisplayPlane.h>
31 class AnnCursorPlane : public DisplayPlane {
H A DAnnRGBPlane.h22 #include <DisplayPlane.h>
29 class AnnRGBPlane : public DisplayPlane {
H A DAnnPlaneManager.h40 DisplayPlane* allocPlane(int index, int type);
H A DAnnOverlayPlane.h21 #include <DisplayPlane.h>
H A DAnnCursorPlane.cpp28 : DisplayPlane(index, PLANE_CURSOR, disp)
80 ret = DisplayPlane::setDataBuffer(handle);
H A DAnnRGBPlane.cpp27 : DisplayPlane(index, type, disp)
56 return DisplayPlane::reset();
138 ret = DisplayPlane::setDataBuffer(handle);
/hardware/intel/img/hwcomposer/ips/common/
H A DSpritePlaneBase.cpp24 : DisplayPlane(index, PLANE_SPRITE, disp),
39 return DisplayPlane::flip(ctx);
H A DSpritePlaneBase.h21 #include <DisplayPlane.h>
26 class SpritePlaneBase : public DisplayPlane {
H A DOverlayPlaneBase.h20 #include <DisplayPlane.h>
35 class OverlayPlaneBase : public DisplayPlane {
H A DOverlayPlaneBase.cpp33 : DisplayPlane(index, PLANE_OVERLAY, disp),
63 if (!DisplayPlane::initialize(bufferCount)) {
139 DisplayPlane::deinitialize();
145 DisplayPlane::invalidateBufferCache();
173 DisplayPlane::assignToDevice(disp);
189 DisplayPlane *plane = zorderConfig[i]->plane;
190 if (plane->getType() == DisplayPlane::PLANE_OVERLAY) {
217 DisplayPlane::reset();
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.h20 #include <DisplayPlane.h>
59 bool attachPlane(DisplayPlane *plane, int device);
60 DisplayPlane* detachPlane();
78 DisplayPlane* getPlane() const;
99 DisplayPlane *mPlane;
H A DHwcLayer.cpp90 bool HwcLayer::attachPlane(DisplayPlane* plane, int device)
109 DisplayPlane* HwcLayer::detachPlane()
114 DisplayPlane *plane = mPlane;
221 DisplayPlane* HwcLayer::getPlane() const
339 } else if (PlaneCapabilities::isFormatSupported(DisplayPlane::PLANE_OVERLAY, this)) {
H A DHwcLayerList.cpp299 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) {
301 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) {
307 if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer) &&
311 } else if (checkSupported(DisplayPlane::PLANE_OVERLAY, hwcLayer)) {
367 DisplayPlane *plane = hwcLayer->detachPlane();
399 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
433 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_CURSOR, mCursorCandidates[i]);
450 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY);
484 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_OVERLAY, mOverlayCandidates[i]);
502 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane
[all...]
H A DHwcLayerList.h23 #include <DisplayPlane.h>
41 virtual DisplayPlane* getPlane(uint32_t index) const;
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayQuery.cpp18 #include <DisplayPlane.h>
H A DTngDisplayContext.cpp19 #include <DisplayPlane.h>
97 DisplayPlane* plane = layerList->getPlane(i);

Completed in 337 milliseconds

12