Searched refs:findClosestSize (Results 1 – 3 of 3) sorted by relevance
254 int closestSize[] = findClosestSize(mWidth, mHeight, mCameraParameters); in getCameraParameters()276 private int[] findClosestSize(int width, int height, Camera.Parameters parameters) { in findClosestSize() method in CameraSource
365 if (flexibleConsumer && (s = findClosestSize(s, sizes)) != null) { in configureOutputs()556 static Size findClosestSize(Size size, Size[] supportedSizes) { in findClosestSize() method in LegacyCameraDevice
1413 private Size findClosestSize(int width, int height) { in findClosestSize() method in MediaCodecInfo.VideoCapabilities1429 Size size = findClosestSize(width, height); in estimateFrameRatesFor()