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

  /hardware/intel/img/hwcomposer/include/
PlaneCapabilities.h 24 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)
    [all...]
DisplayPlaneManager.h 21 #include <common/base/HwcLayer.h>
40 HwcLayer *hwcLayer;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 25 #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)
    [all...]
HwcLayer.cpp 18 #include <common/base/HwcLayer.h>
55 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer)
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::getType() cons
    [all...]
HwcLayer.h 26 class HwcLayer {
55 HwcLayer(int index, hwc_layer_1_t *layer);
56 virtual ~HwcLayer();
HwcLayerList.cpp 48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
51 hwc_layer_1_t& layer = *(hwcLayer->getLayer());
54 if (hwcLayer->getType() == HwcLayer::LAYER_FORCE_FB) {
71 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) {
77 valid = PlaneCapabilities::isTransformSupported(planeType, hwcLayer);
84 valid = PlaneCapabilities::isFormatSupported(planeType, hwcLayer);
91 valid = PlaneCapabilities::isSizeSupported(planeType, hwcLayer);
98 valid = PlaneCapabilities::isBlendingSupported(planeType, hwcLayer);
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 21 #include <common/base/HwcLayer.h>
34 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer)
36 uint32_t format = hwcLayer->getFormat();
37 uint32_t trans = hwcLayer->getLayer()->transform;
77 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer)
79 uint32_t format = hwcLayer->getFormat();
80 uint32_t w = hwcLayer->getBufferWidth();
81 uint32_t h = hwcLayer->getBufferHeight()
    [all...]
  /hardware/intel/img/hwcomposer/
Android.mk 34 common/base/HwcLayer.cpp \

Completed in 1374 milliseconds