Searched refs:zorder (Results 1 - 25 of 31) sorted by relevance

12

/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlaneManager.h34 return zorder < rhs.zorder;
38 int zorder; member in struct:android::intel::ZOrderLayer
52 return l->zorder - r->zorder;
H A DDisplayPlane.h109 virtual void setZOrder(int zorder);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlaneManager.h34 return zorder < rhs.zorder;
38 int zorder; member in struct:android::intel::ZOrderLayer
52 return l->zorder - r->zorder;
H A DDisplayPlane.h109 virtual void setZOrder(int zorder);
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.h41 bool assignPlanes(int dsp, ZOrderConfig& config, const char *zorder);
H A DAnnPlaneManager.cpp55 const char *zorder; member in struct:android::intel::ZOrderDescription
64 // in the zorder table.
293 if (assignPlanes(dsp, config, zorderDesc->zorder)) {
294 VTRACE("zorder assigned %s", zorderDesc->zorder);
301 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config, const char *zorder) argument
303 // zorder string does not include cursor plane, therefore cursor layer needs to be handled
304 // in a special way. Cursor layer must be on top of zorder and no more than one cursor layer.
307 if (zorder == NULL || size == 0) {
308 //DTRACE("invalid zorder o
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.h41 bool assignPlanes(int dsp, ZOrderConfig& config, const char *zorder);
H A DAnnPlaneManager.cpp55 const char *zorder; member in struct:android::intel::ZOrderDescription
67 // in the zorder table.
258 if (assignPlanes(dsp, config, zorderDesc->zorder)) {
259 VLOGTRACE("zorder assigned %s", zorderDesc->zorder);
266 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config, const char *zorder) argument
268 // zorder string does not include cursor plane, therefore cursor layer needs to be handled
269 // in a special way. Cursor layer must be on top of zorder and no more than one cursor layer.
273 if (zorder == NULL || size == 0) {
274 //DLOGTRACE("invalid zorder o
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.h59 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1);
65 ZOrderLayer* addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder = -1);
H A DHwcLayerList.cpp138 WTRACE("cursor layer is not on top of zorder");
239 // add layer to FB layer list for zorder check during plane assignment
494 // none assigned, use primary plane for frame buffer target and set zorder to 0
515 VTRACE("failed to use zorder %d for frame buffer target",
521 VTRACE("no possible zorder for frame buffer target");
528 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder) argument
530 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_PRIMARY, hwcLayer, zorder);
572 VTRACE("total %d, layer %d, type %d, index %d, zorder %d",
577 zlayer->zorder);
588 // check if zorder o
652 addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder) argument
991 long int zorder = -1; local
1075 int zorder = -1; local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.h61 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1);
65 ZOrderLayer* addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder = -1);
H A DHwcLayerList.cpp197 WLOGTRACE("cursor layer is not on top of zorder");
284 // add layer to FB layer list for zorder check during plane assignment
563 // none assigned, use primary plane for frame buffer target and set zorder to 0
584 VLOGTRACE("failed to use zorder %d for frame buffer target",
590 VLOGTRACE("no possible zorder for frame buffer target");
597 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder) argument
601 ZOrderLayer *zlayer = addZOrderLayer(type, hwcLayer, zorder);
643 VLOGTRACE("total %d, layer %d, type %d, index %d, zorder %d",
648 zlayer->zorder);
659 // check if zorder o
723 addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder) argument
933 int zorder = -1; local
1017 int zorder = -1; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngDisplayContext.cpp118 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
120 memset(&ctx->zorder, 0, sizeof(ctx->zorder));
H A DTngSpritePlane.cpp154 struct intel_dc_plane_zorder *zorder = (struct intel_dc_plane_zorder *)config; local
155 zorder->abovePrimary = 0;
216 struct intel_dc_plane_zorder *zorder = local
218 zorder->abovePrimary = mAbovePrimary ? 1 : 0;
H A DTngPrimaryPlane.cpp163 struct intel_dc_plane_zorder *zorder = local
165 zorder->forceBottom[mIndex] = mForceBottom ? 1 : 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngDisplayContext.cpp118 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
120 memset(&ctx->zorder, 0, sizeof(ctx->zorder));
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlane.cpp373 void DisplayPlane::setZOrder(int zorder) argument
375 mZOrder = zorder;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlane.cpp397 void DisplayPlane::setZOrder(int zorder) argument
399 mZOrder = zorder;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h354 zorder(Z_SYSTEM_ALLOC),
366 zorder(z),
375 eZorder zorder; // stage number member in struct:overlay::utils::PipeArgs
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h323 zorder(Z_SYSTEM_ALLOC),
335 zorder(z),
344 eZorder zorder; // stage number member in struct:overlay::utils::PipeArgs
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.h314 zorder(Z_SYSTEM_ALLOC),
325 zorder(z),
333 eZorder zorder; // stage number member in struct:overlay::utils::PipeArgs
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h346 zorder(Z_SYSTEM_ALLOC),
358 zorder(z),
367 eZorder zorder; // stage number member in struct:overlay::utils::PipeArgs
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h317 zorder(Z_SYSTEM_ALLOC),
328 zorder(z),
336 eZorder zorder; // stage number member in struct:overlay::utils::PipeArgs
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h235 __u8 zorder; member in struct:dss2_ovl_cfg
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c213 c->ix, c->enabled ? "ON" : "off", c->zorder);
216 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
440 oc->zorder = index;
1125 o->cfg.zorder += hwc_dev->post2_layers;
1328 dsscomp->ovls[1 + fb_z++].cfg.zorder--;
1363 dsscomp->ovls[dsscomp->num_ovls - 1].cfg.zorder = z++;
1399 if (z & (1 << c->zorder))
1400 ALOGE("**** used z-order #%d multiple times", c->zorder);
1403 z |= 1 << c->zorder;
1560 dump_printf(&log, " zorder
[all...]

Completed in 378 milliseconds

12