Searched refs:minVideoWidth (Results 1 – 1 of 1) sorted by relevance
410 int minVideoWidth = Integer.MAX_VALUE; in setSupportedResolution() local419 if (size.width < minVideoWidth || size.height < minVideoHeight) { in setSupportedResolution()420 minVideoWidth = size.width; in setSupportedResolution()425 mVideoWidth = minVideoWidth; in setSupportedResolution()