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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp655 static const int64_t MAX_MOOV_BOX_SIZE = (180 * 3000000 * 6LL / 8000); local
687 if (size > MAX_MOOV_BOX_SIZE) {
688 size = MAX_MOOV_BOX_SIZE;

Completed in 61 milliseconds