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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp516 // The default MIN_MOOV_BOX_SIZE is set to 0.6% x 1MB / 2,
526 static const int64_t MIN_MOOV_BOX_SIZE = 3 * 1024; // 3 KB local
528 int64_t size = MIN_MOOV_BOX_SIZE;
553 if (size < MIN_MOOV_BOX_SIZE) {
554 size = MIN_MOOV_BOX_SIZE;

Completed in 425 milliseconds