Home
last modified time | relevance | path

Searched refs:sizeIncrement (Results 1 – 2 of 2) sorted by relevance

/external/oboe/include/oboe/
DLatencyTuner.h108 void setBufferSizeIncrement(int32_t sizeIncrement) { in setBufferSizeIncrement() argument
109 mBufferSizeIncrement = sizeIncrement; in setBufferSizeIncrement()
/external/skia/src/gpu/
DGrBlockAllocator.cpp238 int sizeIncrement = fBlockIncrement * kAddressAlign; in addBlock() local
239 if (maxSize / sizeIncrement < nextN1) { in addBlock()
244 allocSize = std::min(alignAllocSize(std::max(minimumSize, sizeIncrement * nextN1)), in addBlock()