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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp504 // The default MIN_MOOV_BOX_SIZE is set to 0.6% x 1MB / 2,
514 static const int64_t MIN_MOOV_BOX_SIZE = 3 * 1024; // 3 KB local
516 int64_t size = MIN_MOOV_BOX_SIZE;
541 if (size < MIN_MOOV_BOX_SIZE) {
542 size = MIN_MOOV_BOX_SIZE;

Completed in 1157 milliseconds