Home | History | Annotate | Download | only in cts

Lines Matching defs:minHeight

645             int minHeight = vcaps.getSupportedHeightsFor(minWidth).getLower();
647 int minFrameRate = Math.max(vcaps.getSupportedFrameRatesFor(minWidth, minHeight)
649 format = MediaFormat.createVideoFormat(mime, minWidth, minHeight);