Searched defs:compareFormats (Results 1 – 3 of 3) sorted by relevance
44 private final Comparator<CaptureFormat> compareFormats = new Comparator<CaptureFormat>() { field in CaptureQualityController
164 int PolicyAudioPort::compareFormats(audio_format_t format1, audio_format_t format2) in compareFormats() function in android::PolicyAudioPort
251 private boolean compareFormats(MediaFormat f1, MediaFormat f2, long maxDurationDiffUs) { in compareFormats() method in NativeMuxerTest