Searched refs:bestFormat (Results 1 – 1 of 1) sorted by relevance
87 final CaptureFormat bestFormat = Collections.max(formats, compareFormats); in onProgressChanged() local88 width = bestFormat.width; in onProgressChanged()89 height = bestFormat.height; in onProgressChanged()90 framerate = calculateFramerate(targetBandwidth, bestFormat); in onProgressChanged()