Lines Matching defs:plane

61         VLOGTRACE("plane type %d: (skip layer flag was set)", planeType);
79 VLOGTRACE("plane type %d: (bad transform)", planeType);
86 VLOGTRACE("plane type %d: (bad buffer format)", planeType);
93 VLOGTRACE("plane type %d: (bad buffer size)", planeType);
100 VLOGTRACE("plane type %d: (bad blending)", planeType);
107 VLOGTRACE("plane type %d: (bad scaling)", planeType);
284 // add layer to FB layer list for zorder check during plane assignment
327 // If has layer besides of FB_Target, but no FBLayers, skip plane allocation
333 VLOGTRACE("no FB layers, skip plane allocation");
363 DisplayPlane *plane = hwcLayer->detachPlane();
364 if (plane) {
365 planeManager->reclaimPlane(mDisplayIndex, *plane);
397 DLOGTRACE("no cursor plane available. candidates %d", cursorCandidates);
403 // need up to number of candidates for plane assignment
422 // index indicates position in mCursorCandidates to start plane assignment
448 DLOGTRACE("no overlay plane available. candidates %d", overlayCandidates);
454 // need up to number of candidates for plane assignment
473 // index indicates position in mOverlayCandidates to start plane assignment
496 // number does not include primary plane
500 VLOGTRACE("no sprite plane available, candidates %d", spriteCandidates);
506 // need up to number of candidates for plane assignment
557 // primary plane is configured as sprite, all sprite candidates are offloaded to display planes
560 VLOGTRACE("failed to use primary as sprite plane");
563 // none assigned, use primary plane for frame buffer target and set zorder to 0
566 ELOGTRACE("failed to compose all layers to primary plane, should never happen");
569 // all assigned, primary plane may be used during ZOrder config.
622 VLOGTRACE("============= plane assignment===================");
625 if (zlayer->plane == NULL || zlayer->hwcLayer == NULL) {
630 zlayer->plane->setZOrder(i);
632 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) {
641 zlayer->hwcLayer->attachPlane(zlayer->plane, mDisplayIndex);
646 zlayer->plane->getType(),
647 zlayer->plane->getIndex(),
729 layer->plane = NULL;
732 ELOGTRACE("plane is candidate!, order = %d", zorder);
754 ELOGTRACE("plane is not candidate!, order %d", layer->zorder);
837 // update all layers again after plane re-allocation
909 DLOGTRACE("plane is attached with invalid handle");
931 DisplayPlane *plane;
960 plane = hwcLayer->getPlane();
961 if (plane) {
962 planeIndex = plane->getIndex();
963 zorder = plane->getZOrder();
964 switch (plane->getType()) {
1009 DLOGTRACE(" type | handle | hints | flags | tr | blend | alpha | format | source crop | frame | index | zorder | plane ");
1015 DisplayPlane *plane = mLayers[i]->getPlane();
1019 if (plane) {
1020 planeIndex = plane->getIndex();
1021 zorder = plane->getZOrder();
1022 planeType = planeTypeName[plane->getType()];