Home | History | Annotate | Download | only in src

Lines Matching refs:MaxFileSize

572     mMp4FileDataPtr->MaxFileSize = 0; /*default = 0, i.e. not used*/
1329 if (0 != mMp4FileDataPtr->MaxFileSize
1345 safetyFileSize = 1000 + (mMp4FileDataPtr->MaxFileSize * 10 + 99) / 100;
2153 if (mMp4FileDataPtr->MaxFileSize != 0)
2164 if (expectedSize > mMp4FileDataPtr->MaxFileSize)
2168 /* patch for autostop is MaxFileSize exceeded */
2773 mMp4FileDataPtr->MaxFileSize);
4940 mMp4FileDataPtr->MaxFileSize = *(M4OSA_UInt32 *)value;