Home
last modified time | relevance | path

Searched defs:hwcLayer (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported()
115 bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer) in checkRgbOverlaySupported()
175 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported()
275 HwcLayer *hwcLayer = new HwcLayer(i, layer); in initialize() local
344 HwcLayer *hwcLayer = rgbOverlayLayers.top(); in initialize() local
366 HwcLayer *hwcLayer = mLayers.itemAt(i); in deinitialize() local
602 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder) in assignPrimaryPlaneHelper()
728 ZOrderLayer* HwcLayerList::addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder) in addZOrderLayer()
768 HwcLayer *hwcLayer = NULL; in setupSmartComposition() local
819 HwcLayer *hwcLayer = mLayers.itemAt(i); in update() local
[all …]
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayerList.cpp49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) in checkSupported()
116 bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer) in checkCursorSupported()
225 HwcLayer *hwcLayer = new HwcLayer(i, layer); in initialize() local
293 HwcLayer *hwcLayer = mLayers.itemAt(i); in deinitialize() local
528 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder) in assignPrimaryPlaneHelper()
652 ZOrderLayer* HwcLayerList::addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder) in addZOrderLayer()
689 void HwcLayerList::addStaticLayerSize(HwcLayer *hwcLayer) in addStaticLayerSize()
720 HwcLayer *hwcLayer = NULL; in setupSmartComposition() local
750 HwcLayer *hwcLayer = NULL; in setupSmartComposition2() local
868 HwcLayer *hwcLayer = mLayers.itemAt(i); in update() local
[all …]
/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/merrifield/include/
DDisplayPlaneManager.h40 HwcLayer *hwcLayer; member
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDisplayPlaneManager.h40 HwcLayer *hwcLayer; member
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1530 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string()