Searched refs:smallSize (Results 1 – 2 of 2) 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()
167 size_t smallSize = accessUnit->size(); in aggregateBuffer() local170 && (smallSize < (kAggregateBufferSizeBytes / 3))) { in aggregateBuffer()187 if ((smallSize > roomLeft) in aggregateBuffer()199 memcpy(mAggregateBuffer->base() + bigSize, accessUnit->data(), smallSize); in aggregateBuffer()200 bigSize += smallSize; in aggregateBuffer()204 smallSize, bigSize, mAggregateBuffer->capacity()); in aggregateBuffer()