Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp841 static const int64_t MAX_MOOV_BOX_SIZE = (180 * 3000000 * 6LL / 8000); // 395.5 KibiBytes in estimateMoovBoxSize() local
873 if (size > MAX_MOOV_BOX_SIZE) { in estimateMoovBoxSize()
874 size = MAX_MOOV_BOX_SIZE; in estimateMoovBoxSize()