Home
last modified time | relevance | path

Searched refs:wantSize (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() argument
2059 wantSize); in preAllocate()
2064 uint64_t preAllocateSize = wantSize + approxMOOVBoxSize + approxMetaDataSizeIncrease; in preAllocate()