Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp869 int64_t maxFileSizeBytes = ((int64_t)1 << fileSizeBits) - 1; in start() local
870 if (mMaxFileSizeLimitBytes > maxFileSizeBytes) { in start()
871 mMaxFileSizeLimitBytes = maxFileSizeBytes; in start()
873 mMaxFileSizeLimitBytes, maxFileSizeBytes); in start()
875 mMaxFileSizeLimitBytes = maxFileSizeBytes; in start()
876 ALOGD("File size limit set to %" PRId64 " bytes implicitly", maxFileSizeBytes); in start()