Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp610 static const int64_t MIN_MOOV_BOX_SIZE = 3 * 1024; // 3 KB in estimateMoovBoxSize() local
612 int64_t size = MIN_MOOV_BOX_SIZE; in estimateMoovBoxSize()
637 if (size < MIN_MOOV_BOX_SIZE) { in estimateMoovBoxSize()
638 size = MIN_MOOV_BOX_SIZE; in estimateMoovBoxSize()