Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.h50 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*> {
75 const HwcLayer* l = *(HwcLayer**)lhs; in do_compare()
76 const HwcLayer* r = *(HwcLayer**)rhs; in do_compare()
[all …]
DHwcLayer.cpp55 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) in HwcLayer() function in android::intel::HwcLayer
80 HwcLayer::~HwcLayer() in ~HwcLayer()
90 bool HwcLayer::attachPlane(DisplayPlane* plane, int device) in attachPlane()
109 DisplayPlane* HwcLayer::detachPlane() in detachPlane()
120 void HwcLayer::setType(uint32_t type) in setType()
151 uint32_t HwcLayer::getType() const in getType()
156 void HwcLayer::setCompositionType(int32_t type) in setCompositionType()
161 int32_t HwcLayer::getCompositionType() const in getCompositionType()
166 int HwcLayer::getIndex() const in getIndex()
171 int HwcLayer::getZOrder() const in getZOrder()
[all …]
DHwcLayerList.cpp48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported()
54 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkSupported()
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer) in checkRgbOverlaySupported()
120 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkRgbOverlaySupported()
175 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported()
180 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkCursorSupported()
270 HwcLayer *hwcLayer = new HwcLayer(i, layer); in initialize()
276 hwcLayer->setType(HwcLayer::LAYER_FRAMEBUFFER_TARGET); in initialize()
280 hwcLayer->setType(HwcLayer::LAYER_SKIPPED); in initialize()
283 hwcLayer->setType(HwcLayer::LAYER_FORCE_FB); in initialize()
[all …]
DHwcLayer.h26 class HwcLayer {
55 HwcLayer(int index, hwc_layer_1_t *layer);
56 virtual ~HwcLayer();
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayerList.h49 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*> {
76 const HwcLayer* l = *(HwcLayer**)lhs; in do_compare()
77 const HwcLayer* r = *(HwcLayer**)rhs; in do_compare()
[all …]
DHwcLayer.cpp56 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) in HwcLayer() function in android::intel::HwcLayer
96 HwcLayer::~HwcLayer() in ~HwcLayer()
110 bool HwcLayer::attachPlane(DisplayPlane* plane, int device) in attachPlane()
129 DisplayPlane* HwcLayer::detachPlane() in detachPlane()
140 void HwcLayer::setType(uint32_t type) in setType()
171 uint32_t HwcLayer::getType() const in getType()
176 void HwcLayer::setCompositionType(int32_t type) in setCompositionType()
181 int32_t HwcLayer::getCompositionType() const in getCompositionType()
186 int HwcLayer::getIndex() const in getIndex()
191 int HwcLayer::getZOrder() const in getZOrder()
[all …]
DHwcLayerList.cpp49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported()
55 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkSupported()
116 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported()
121 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) { in checkCursorSupported()
225 HwcLayer *hwcLayer = new HwcLayer(i, layer); in initialize()
231 hwcLayer->setType(HwcLayer::LAYER_FRAMEBUFFER_TARGET); in initialize()
235 hwcLayer->setType(HwcLayer::LAYER_SKIPPED); in initialize()
238 hwcLayer->setType(HwcLayer::LAYER_FORCE_FB); in initialize()
243 hwcLayer->setType(HwcLayer::LAYER_FB); in initialize()
256 hwcLayer->setType(HwcLayer::LAYER_SIDEBAND); in initialize()
[all …]
DHwcLayer.h32 class HwcLayer {
61 HwcLayer(int index, hwc_layer_1_t *layer);
62 virtual ~HwcLayer();
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DPlaneCapabilities.h24 class HwcLayer; variable
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);
DDisplayPlaneManager.h40 HwcLayer *hwcLayer;
/hardware/intel/img/hwcomposer/merrifield/include/
DPlaneCapabilities.h24 class HwcLayer; variable
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);
DDisplayPlaneManager.h40 HwcLayer *hwcLayer;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DPlaneCapabilities.cpp36 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) in isFormatSupported()
79 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) in isSizeSupported()
139 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer) in isBlendingSupported()
171 bool PlaneCapabilities::isScalingSupported(int planeType, HwcLayer *hwcLayer) in isScalingSupported()
211 bool PlaneCapabilities::isTransformSupported(int planeType, HwcLayer *hwcLayer) in isTransformSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DPlaneCapabilities.cpp37 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) in isFormatSupported()
80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) in isSizeSupported()
139 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer) in isBlendingSupported()
164 bool PlaneCapabilities::isScalingSupported(int planeType, HwcLayer *hwcLayer) in isScalingSupported()
229 bool PlaneCapabilities::isTransformSupported(int planeType, HwcLayer *hwcLayer) in isTransformSupported()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DPlaneCapabilities.cpp38 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) in isFormatSupported()
80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) in isSizeSupported()
158 bool PlaneCapabilities::isBlendingSupported(int planeType, HwcLayer *hwcLayer) in isBlendingSupported()
184 bool PlaneCapabilities::isScalingSupported(int planeType, HwcLayer *hwcLayer) in isScalingSupported()
257 bool PlaneCapabilities::isTransformSupported(int planeType, HwcLayer *hwcLayer) in isTransformSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/
DAndroid.mk37 common/base/HwcLayer.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
DAndroid.mk28 ../../common/base/HwcLayer.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DAndroid.mk28 ../../common/base/HwcLayer.cpp \