Searched refs:adjustedSize (Results 1 – 2 of 2) sorted by relevance
114 const size_t adjustedSize = newsize + STARTING_SIZE; in resize() local116 if (adjustedSize < size()) { in resize()125 mBuffer = reinterpret_cast<BufferHeader*>(realloc(mBuffer, adjustedSize)); in resize()126 mBuffer->capacity = adjustedSize; in resize()128 mBuffer = new (malloc(adjustedSize)) BufferHeader(); in resize()129 mBuffer->capacity = adjustedSize; in resize()
1496 size_t adjustedSize = accessUnit->size() - shrunkBytes; in dequeueAccessUnitH264() local1498 mAUIndex, accessUnit->size(), adjustedSize); in dequeueAccessUnitH264()1499 accessUnit->setRange(0, adjustedSize); in dequeueAccessUnitH264()