Searched refs:MIN_MOOV_BOX_SIZE (Results 1 – 1 of 1) sorted by relevance
840 static const int64_t MIN_MOOV_BOX_SIZE = 3 * 1024; // 3 KibiBytes in estimateMoovBoxSize() local842 int64_t size = MIN_MOOV_BOX_SIZE; in estimateMoovBoxSize()867 if (size < MIN_MOOV_BOX_SIZE) { in estimateMoovBoxSize()868 size = MIN_MOOV_BOX_SIZE; in estimateMoovBoxSize()