Searched defs:planeNumber (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp395 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR); local
396 if (planeNumber == 0) {
401 if (planeNumber > cursorCandidates) {
404 planeNumber = cursorCandidates;
407 for (int i = planeNumber; i >= 0; i--) {
420 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber) argument
423 if (planeNumber == 0) {
428 for (int i = index; i <= cursorCandidates - planeNumber; i++) {
430 if (assignCursorPlanes(i + 1, planeNumber - 1)) {
446 int planeNumber local
471 assignOverlayPlanes(int index, int planeNumber) argument
498 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE); local
524 assignSpritePlanes(int index, int planeNumber) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp327 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR); local
328 if (planeNumber == 0) {
333 if (planeNumber > cursorCandidates) {
336 planeNumber = cursorCandidates;
339 for (int i = planeNumber; i >= 0; i--) {
351 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber) argument
354 if (planeNumber == 0) {
359 for (int i = index; i <= cursorCandidates - planeNumber; i++) {
361 if (assignCursorPlanes(i + 1, planeNumber - 1)) {
377 int planeNumber local
402 assignOverlayPlanes(int index, int planeNumber) argument
429 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE); local
455 assignSpritePlanes(int index, int planeNumber) argument
[all...]

Completed in 143 milliseconds