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

  /hardware/intel/img/hwcomposer/include/
DisplayPlaneManager.h 37 int planeType;
  /hardware/intel/img/hwcomposer/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 65 milliseconds