Searched refs:findClosestSize (Results 1 – 5 of 5) sorted by relevance
62 FrameRateMaps::const_iterator findClosestSize(const FrameRateMaps& maps,
89 const auto& closestSize = findClosestSize(maps, width, height); in isSizeSupported()227 HeicEncoderInfoManager::FrameRateMaps::const_iterator HeicEncoderInfoManager::findClosestSize( in findClosestSize() function in android::camera3::HeicEncoderInfoManager
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
1820 private Size findClosestSize(int width, int height) { in findClosestSize() method in MediaCodecInfo.VideoCapabilities1836 Size size = findClosestSize(width, height); in estimateFrameRatesFor()
26951 Landroid/media/MediaCodecInfo$VideoCapabilities;->findClosestSize(II)Landroid/util/Size;