Searched defs:planeType (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlaneManager.h37 int planeType; member in struct:android::intel::ZOrderLayer
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlaneManager.h37 int planeType; member in struct:android::intel::ZOrderLayer
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DPlaneCapabilities.cpp38 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) argument
43 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
55 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
75 ETRACE("invalid plane type %d", planeType);
80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) argument
90 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
107 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
153 ETRACE("invalid plane type %d", planeType);
158 isBlendingSupported(int planeType, HwcLayer *hwcLayer) argument
184 isScalingSupported(int planeType, HwcLayer *hwcLayer) argument
257 isTransformSupported(int planeType, HwcLayer *hwcLayer) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DPlaneCapabilities.cpp36 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) argument
41 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
53 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
74 ETRACE("invalid plane type %d", planeType);
79 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) argument
89 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
105 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
134 ETRACE("invalid plane type %d", planeType);
139 isBlendingSupported(int planeType, HwcLayer *hwcLayer) argument
171 isScalingSupported(int planeType, HwcLayer *hwcLayer) argument
211 isTransformSupported(int planeType, HwcLayer *hwcLayer) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DPlaneCapabilities.cpp37 bool PlaneCapabilities::isFormatSupported(int planeType, HwcLayer *hwcLayer) argument
42 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
54 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
75 ELOGTRACE("invalid plane type %d", planeType);
80 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) argument
88 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
105 } else if (planeType == DisplayPlane::PLANE_OVERLAY) {
134 ELOGTRACE("invalid plane type %d", planeType);
139 isBlendingSupported(int planeType, HwcLayer *hwcLayer) argument
164 isScalingSupported(int planeType, HwcLayer *hwcLayer) argument
229 isTransformSupported(int planeType, HwcLayer *hwcLayer) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp48 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) argument
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);
935 const char *planeType = "N/A"; local
1018 const char *planeType = "N/A"; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp49 bool HwcLayerList::checkSupported(int planeType, HwcLayer *hwcLayer) argument
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);
993 const char *planeType = "N/A"; local
1076 const char *planeType = "N/A"; local
[all...]

Completed in 236 milliseconds