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

  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 55 bool assignCursorPlanes(int index, int planeNumber);
57 bool assignOverlayPlanes(int index, int planeNumber);
59 bool assignSpritePlanes(int index, int planeNumber);
HwcLayerList.cpp 394 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
395 if (planeNumber == 0) {
400 if (planeNumber > cursorCandidates) {
403 planeNumber = cursorCandidates;
406 for (int i = planeNumber; i >= 0; i--) {
419 bool HwcLayerList::assignCursorPlanes(int index, int planeNumber)
422 if (planeNumber == 0) {
427 for (int i = index; i <= cursorCandidates - planeNumber; i++) {
429 if (assignCursorPlanes(i + 1, planeNumber - 1)) {
445 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY)
    [all...]

Completed in 64 milliseconds