Searched refs:smallSize (Results 1 – 1 of 1) sorted by relevance
172 size_t smallSize = accessUnit->size(); in aggregateBuffer() local175 && (smallSize < (kAggregateBufferSizeBytes / 3))) { in aggregateBuffer()192 if ((smallSize > roomLeft) in aggregateBuffer()204 memcpy(mAggregateBuffer->base() + bigSize, accessUnit->data(), smallSize); in aggregateBuffer()205 bigSize += smallSize; in aggregateBuffer()209 smallSize, bigSize, mAggregateBuffer->capacity()); in aggregateBuffer()