Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp916 int64_t maxFileSizeBytes = ((int64_t)1 << fileSizeBits) - 1; in start() local
917 if (mMaxFileSizeLimitBytes > maxFileSizeBytes) { in start()
918 mMaxFileSizeLimitBytes = maxFileSizeBytes; in start()
920 mMaxFileSizeLimitBytes, maxFileSizeBytes); in start()
922 mMaxFileSizeLimitBytes = maxFileSizeBytes; in start()
923 ALOGD("File size limit set to %" PRId64 " bytes implicitly", maxFileSizeBytes); in start()