Searched refs:setMaxFileSize (Results 1 – 10 of 10) sorted by relevance
44 writer->setMaxFileSize(fdp.ConsumeIntegralInRange<int64_t>(5 * 1024 * 1024, INT64_MAX)); in LLVMFuzzerTestOneInput()46 writer->setMaxFileSize(fdp.ConsumeIntegral<int64_t>()); in LLVMFuzzerTestOneInput()
73 virtual void setMaxFileSize(int64_t bytes) { mMaxFileSizeLimitBytes = bytes; } in setMaxFileSize() function
259 mMediaRecorder.setMaxFileSize(mMaxFileSize); in updateMediaRecorderParams()
162 mMediaRecorder.setMaxFileSize(MAX_FILESIZE_BYTES); in prepare()
1541 mWriter->setMaxFileSize(mMaxFileSizeBytes); in setupRawAudioRecording()1644 writer->setMaxFileSize(mMaxFileSizeBytes); in setupMPEG2TSRecording()2261 writer->setMaxFileSize(mMaxFileSizeBytes); in setupMPEG4orWEBMRecording()
1038 public native void setMaxFileSize(long max_filesize_bytes) throws IllegalArgumentException; in setMaxFileSize() method in MediaRecorder
960 mWriter->setMaxFileSize(maxFileSize); in TEST_P()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15278 method public void setMaxFileSize(long) throws java.lang.IllegalArgumentException;
24233 method public void setMaxFileSize(long) throws java.lang.IllegalArgumentException;