Searched refs:maxH (Results 1 – 2 of 2) sorted by relevance
120 int maxH = caps.getSupportedHeights().getUpper(); in applyMinMaxRanges() local121 int minWForMaxH = caps.getSupportedWidthsFor(maxH).getLower(); in applyMinMaxRanges()122 int maxWForMaxH = caps.getSupportedWidthsFor(maxH).getUpper(); in applyMinMaxRanges()144 if (maxW != maxWForMaxH || maxH != maxHForMaxW) { in applyMinMaxRanges()145 rates = caps.getSupportedFrameRatesFor(maxWForMaxH, maxH); in applyMinMaxRanges()148 (double) maxW * maxHForMaxW / maxWForMaxH / maxH))); in applyMinMaxRanges()149 cfgObjects.add(cfgParam.getBuilder().setWidth(maxWForMaxH).setHeight(maxH) in applyMinMaxRanges()174 if (minW != minWForMaxH || maxH != maxHForMinW) { in applyMinMaxRanges()175 rates = caps.getSupportedFrameRatesFor(minWForMaxH, maxH); in applyMinMaxRanges()178 (double) maxW * maxHForMaxW / minWForMaxH / maxH))); in applyMinMaxRanges()[all …]
1780 int maxH = 0; in getAvcSupportedFormatInfo() local1794 maxH = 576; in getAvcSupportedFormatInfo()1800 maxH = 480; in getAvcSupportedFormatInfo()1806 maxH = 480; in getAvcSupportedFormatInfo()1812 maxH = 720; in getAvcSupportedFormatInfo()1818 maxH = 720; in getAvcSupportedFormatInfo()1825 maxH = 1080; in getAvcSupportedFormatInfo()1831 info.mMaxH = maxH; in getAvcSupportedFormatInfo()1835 " fps " + info.mFps + " w " + maxW + " h " + maxH); in getAvcSupportedFormatInfo()