Searched defs:maxFileSize (Results 1 – 1 of 1) sorted by relevance
602 long maxFileSize = mVideoHeight >= 720 ? MAX_FILE_SIZE * 50 : MAX_FILE_SIZE * 10; in testRecorderVideo() local639 long maxFileSize = height >= 720 ? MAX_FILE_SIZE * 50 : MAX_FILE_SIZE * 10; in testSetOutputFile() local1775 private void recordMedia(long maxFileSize, File outFile) throws Exception { in recordMedia()