Searched refs:smallSize (Results 1 – 1 of 1) sorted by relevance
168 size_t smallSize = accessUnit->size(); in aggregateBuffer() local171 && (smallSize < (kAggregateBufferSizeBytes / 3))) { in aggregateBuffer()188 if ((smallSize > roomLeft) in aggregateBuffer()200 memcpy(mAggregateBuffer->base() + bigSize, accessUnit->data(), smallSize); in aggregateBuffer()201 bigSize += smallSize; in aggregateBuffer()205 smallSize, bigSize, mAggregateBuffer->capacity()); in aggregateBuffer()