Searched refs:findClosestSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java254 int closestSize[] = findClosestSize(mWidth, mHeight, mCameraParameters);
276 private int[] findClosestSize(int width, int height, Camera.Parameters parameters) { method in class:CameraSource
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java384 if (flexibleConsumer && (s = findClosestSize(s, sizes)) != null) {
575 static Size findClosestSize(Size size, Size[] supportedSizes) { method in class:LegacyCameraDevice
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1425 private Size findClosestSize(int width, int height) { method in class:MediaCodecInfo.VideoCapabilities
1441 Size size = findClosestSize(width, height);

Completed in 745 milliseconds