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
328 if (flexibleConsumer && (s = findClosestSize(s, sizes)) != null) { in configureOutputs()511 static Size findClosestSize(Size size, Size[] supportedSizes) { in findClosestSize() method in LegacyCameraDevice
1214 private Size findClosestSize(int width, int height) { in findClosestSize() method in MediaCodecInfo.VideoCapabilities1230 Size size = findClosestSize(width, height); in estimateFrameRatesFor()