Searched refs:preAllocate (Results 1 – 2 of 2) sorted by relevance
333 bool preAllocate(uint64_t wantSize);
2025 bool MPEG4Writer::preAllocate(uint64_t wantSize) { in preAllocate() function in android::MPEG4Writer3681 if (sampleFileOffset == -1 && !mOwner->preAllocate(buffer->range_length())) { in threadEntry()