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

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 60 if (bufferCount < MIN_DATA_BUFFER_COUNT) {
62 bufferCount = MIN_DATA_BUFFER_COUNT;
70 mActiveBuffers.setCapacity(MIN_DATA_BUFFER_COUNT);
282 if (mActiveBuffers.size() >= MIN_DATA_BUFFER_COUNT) {
  /hardware/intel/img/hwcomposer/include/
DisplayPlane.h 61 // each plane will cache the latest MIN_DATA_BUFFER_COUNT buffers
64 MIN_DATA_BUFFER_COUNT = 4,
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnPlaneManager.cpp 161 if (plane && !plane->initialize(DisplayPlane::MIN_DATA_BUFFER_COUNT)) {
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 68 mActiveTTMBuffers.setCapacity(MIN_DATA_BUFFER_COUNT);
    [all...]

Completed in 51 milliseconds