HomeSort by relevance Sort by last modified time
    Searched defs:planeType (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h 37 int planeType;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h 37 int planeType;
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
62 VTRACE("plane type %d: (skip layer flag was set)", planeType);
78 valid = PlaneCapabilities::isTransformSupported(planeType, hwcLayer);
80 VTRACE("plane type %d: (bad transform)", planeType);
85 valid = PlaneCapabilities::isFormatSupported(planeType, hwcLayer);
87 VTRACE("plane type %d: (bad buffer format)", planeType);
92 valid = PlaneCapabilities::isSizeSupported(planeType, hwcLayer);
94 VTRACE("plane type %d: (bad buffer size)", planeType);
99 valid = PlaneCapabilities::isBlendingSupported(planeType, hwcLayer);
101 VTRACE("plane type %d: (bad blending)", planeType);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer)
61 VLOGTRACE("plane type %d: (skip layer flag was set)", planeType);
77 valid = PlaneCapabilities::isTransformSupported(planeType, hwcLayer);
79 VLOGTRACE("plane type %d: (bad transform)", planeType);
84 valid = PlaneCapabilities::isFormatSupported(planeType, hwcLayer);
86 VLOGTRACE("plane type %d: (bad buffer format)", planeType);
91 valid = PlaneCapabilities::isSizeSupported(planeType, hwcLayer);
93 VLOGTRACE("plane type %d: (bad buffer size)", planeType);
98 valid = PlaneCapabilities::isBlendingSupported(planeType, hwcLayer);
100 VLOGTRACE("plane type %d: (bad blending)", planeType);
    [all...]

Completed in 240 milliseconds