Home | History | Annotate | Download | only in i18n

Lines Matching refs:newCapacity

611             int32_t newCapacity = sampleCount < 20 ? 128 : sampleCount * 2;
612 if (NULL == newSamples.resize(newCapacity, sampleCount)) {