Searched defs:maxDurationDiffUs (Results 1 – 1 of 1) sorted by relevance
669 final long maxDurationDiffUs = webm ? 50000 : 0; // 50ms for webm in testMuxer() local721 private boolean compareFormats(MediaFormat f1, MediaFormat f2, long maxDurationDiffUs) { in compareFormats()