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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp600 // The default MIN_MOOV_BOX_SIZE is set to 0.6% x 1MB / 2,
610 static const int64_t MIN_MOOV_BOX_SIZE = 3 * 1024; // 3 KB local
612 int64_t size = MIN_MOOV_BOX_SIZE;
637 if (size < MIN_MOOV_BOX_SIZE) {
638 size = MIN_MOOV_BOX_SIZE;

Completed in 1722 milliseconds