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

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 219 int freePlanes = mFreePlanes[type] | mReclaimedPlanes[type];
220 if ((freePlanes & (1 << index)) == 0)
241 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type];
244 return ((freePlanes & (1 << dsp)) == 0) ? 0 : 1;
248 if ((1 << i) & freePlanes) {
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnPlaneManager.cpp 405 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type];
415 if ((1 << i) & freePlanes) {

Completed in 56 milliseconds