Searched refs:HwcLayer (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
H A DPlaneCapabilities.h24 class HwcLayer;
28 static bool isFormatSupported(int planeType, HwcLayer *hwcLayer);
29 static bool isSizeSupported(int planeType, HwcLayer *hwcLayer);
30 static bool isBlendingSupported(int planeType, HwcLayer *hwcLayer);
31 static bool isScalingSupported(int planeType, HwcLayer *hwcLayer);
32 static bool isTransformSupported(int planeType, HwcLayer *hwcLayer);
H A DDisplayPlaneManager.h21 #include <HwcLayer.h>
40 HwcLayer *hwcLayer;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DPlaneCapabilities.h24 class HwcLayer;
28 static bool isFormatSupported(int planeType, HwcLayer *hwcLayer);
29 static bool isSizeSupported(int planeType, HwcLayer *hwcLayer);
30 static bool isBlendingSupported(int planeType, HwcLayer *hwcLayer);
31 static bool isScalingSupported(int planeType, HwcLayer *hwcLayer);
32 static bool isTransformSupported(int planeType, HwcLayer *hwcLayer);
H A DDisplayPlaneManager.h21 #include <common/base/HwcLayer.h>
40 HwcLayer *hwcLayer;
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.h25 #include <HwcLayer.h>
49 bool checkSupported(int planeType, HwcLayer *hwcLayer);
50 bool checkCursorSupported(HwcLayer *hwcLayer);
59 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1);
61 bool useAsFrameBufferTarget(HwcLayer *target);
62 bool hasIntersection(HwcLayer *la, HwcLayer *lb);
63 void addStaticLayerSize(HwcLayer *hwcLayer);
65 ZOrderLayer* addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder = -1);
72 class HwcLayerVector : public SortedVector<HwcLayer*> {
[all...]
H A DHwcLayer.cpp18 #include <HwcLayer.h>
56 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
96 HwcLayer::~HwcLayer()
99 WTRACE("HwcLayer is not cleaned up");
110 bool HwcLayer::attachPlane(DisplayPlane* plane, int device)
129 DisplayPlane* HwcLayer::detachPlane()
140 void HwcLayer::setType(uint32_t type)
171 uint32_t HwcLayer
[all...]
H A DHwcLayerList.cpp49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
55 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) {
116 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)
121 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) {
225 HwcLayer *hwcLayer = new HwcLayer(i, layer);
231 hwcLayer->setType(HwcLayer::LAYER_FRAMEBUFFER_TARGET);
235 hwcLayer->setType(HwcLayer::LAYER_SKIPPED);
238 hwcLayer->setType(HwcLayer::LAYER_FORCE_FB);
243 hwcLayer->setType(HwcLayer
[all...]
H A DHwcLayer.h32 class HwcLayer { class in namespace:android::intel
61 HwcLayer(int index, hwc_layer_1_t *layer);
62 virtual ~HwcLayer();
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.h25 #include <common/base/HwcLayer.h>
50 bool checkSupported(int planeType, HwcLayer *hwcLayer);
51 bool checkRgbOverlaySupported(HwcLayer *hwcLayer);
52 bool checkCursorSupported(HwcLayer *hwcLayer);
61 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1);
63 bool useAsFrameBufferTarget(HwcLayer *target);
64 bool hasIntersection(HwcLayer *la, HwcLayer *lb);
65 ZOrderLayer* addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder = -1);
71 class HwcLayerVector : public SortedVector<HwcLayer*> {
[all...]
H A DHwcLayer.cpp18 #include <common/base/HwcLayer.h>
55 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
80 HwcLayer::~HwcLayer()
83 WLOGTRACE("HwcLayer is not cleaned up");
90 bool HwcLayer::attachPlane(DisplayPlane* plane, int device)
109 DisplayPlane* HwcLayer::detachPlane()
120 void HwcLayer::setType(uint32_t type)
151 uint32_t HwcLayer
[all...]
H A DHwcLayer.h26 class HwcLayer { class in namespace:android::intel
55 HwcLayer(int index, hwc_layer_1_t *layer);
56 virtual ~HwcLayer();
H A DHwcLayerList.cpp48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
54 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) {
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer)
120 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) {
175 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)
180 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) {
270 HwcLayer *hwcLayer = new HwcLayer(i, layer);
276 hwcLayer->setType(HwcLayer::LAYER_FRAMEBUFFER_TARGET);
280 hwcLayer->setType(HwcLayer
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DPlaneCapabilities.cpp24 #include <HwcLayer.h>
36 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
79 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer)
139 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer)
171 bool PlaneCapabilities::isScalingSupported(int planeType, HwcLayer *hwcLayer)
211 bool PlaneCapabilities::isTransformSupported(int planeType, HwcLayer *hwcLayer)
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DPlaneCapabilities.cpp21 #include <common/base/HwcLayer.h>
37 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer)
139 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer)
164 bool PlaneCapabilities::isScalingSupported(int planeType, HwcLayer *hwcLayer)
229 bool PlaneCapabilities::isTransformSupported(int planeType, HwcLayer *hwcLayer)
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DPlaneCapabilities.cpp24 #include <HwcLayer.h>
38 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer)
158 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer)
184 bool PlaneCapabilities::isScalingSupported(int planeType, HwcLayer *hwcLayer)
257 bool PlaneCapabilities::isTransformSupported(int planeType, HwcLayer *hwcLayer)
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
H A DAndroid.mk28 ../../common/base/HwcLayer.cpp \
/hardware/intel/img/hwcomposer/moorefield_hdmi/
H A DAndroid.mk37 common/base/HwcLayer.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
H A DAndroid.mk28 ../../common/base/HwcLayer.cpp \

Completed in 530 milliseconds