Home
last modified time | relevance | path

Searched refs:preAllocate (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMPEG4Writer.h333 bool preAllocate(uint64_t wantSize);
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2025 bool MPEG4Writer::preAllocate(uint64_t wantSize) { in preAllocate() function in android::MPEG4Writer
3681 if (sampleFileOffset == -1 && !mOwner->preAllocate(buffer->range_length())) { in threadEntry()