Home | History | Annotate | Download | only in common

Lines Matching full:buffercount

56 bool OverlayPlaneBase::initialize(uint32_t bufferCount)
62 if (bufferCount < OVERLAY_DATA_BUFFER_COUNT) {
64 bufferCount, OVERLAY_DATA_BUFFER_COUNT);
65 bufferCount = OVERLAY_DATA_BUFFER_COUNT;
67 if (!DisplayPlane::initialize(bufferCount)) {
71 mTTMBuffers.setCapacity(bufferCount);