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

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 39 mUpdateMasks(0),
121 mUpdateMasks |= PLANE_POSITION_CHANGED;
135 mUpdateMasks |= PLANE_SOURCE_CROP_CHANGED;
153 mUpdateMasks |= PLANE_TRANSFORM_CHANGED;
162 mUpdateMasks |= PLANE_BUFFER_CHANGED;
167 mUpdateMasks |= PLANE_BUFFER_CHANGED;
190 mUpdateMasks |= PLANE_BUFFER_CHANGED;
193 if (!mUpdateMasks)
374 mUpdateMasks = 0;
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 146 uint32_t mUpdateMasks;
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnRGBPlane.cpp 306 // prevent mUpdateMasks from being reset
319 mUpdateMasks |= PLANE_BUFFER_CHANGED;
321 mUpdateMasks &= ~PLANE_BUFFER_CHANGED;
324 if (!mUpdateMasks)
AnnOverlayPlane.cpp 168 // called so mUpdateMasks is never reset.
169 // When using AnnOverlayPlane directly, postFlip is invoked and mUpdateMasks is reset
172 // need to check why mUpdateMasks = 0 causes video freeze.
716 mUpdateMasks |= PLANE_SOURCE_CROP_CHANGED;

Completed in 65 milliseconds