Searched refs:CameraEnumerationAndroid (Results 1 – 10 of 10) sorted by relevance
21 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;33 "WebRTC.Android.Camera1.Resolution", CameraEnumerationAndroid.COMMON_RESOLUTIONS.size());156 CameraEnumerationAndroid.getClosestSupportedFramerateRange(supportedFramerates, framerate); in findClosestCaptureFormat()158 final Size previewSize = CameraEnumerationAndroid.getClosestSupportedSize( in findClosestCaptureFormat()160 CameraEnumerationAndroid.reportCameraResolution(camera1ResolutionHistogram, previewSize); in findClosestCaptureFormat()166 return CameraEnumerationAndroid.getClosestSupportedSize( in findClosestPictureSize()
29 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;39 "WebRTC.Android.Camera2.Resolution", CameraEnumerationAndroid.COMMON_RESOLUTIONS.size());341 CameraEnumerationAndroid.getClosestSupportedFramerateRange(framerateRanges, framerate); in findCaptureFormat()343 final Size bestSize = CameraEnumerationAndroid.getClosestSupportedSize(sizes, width, height); in findCaptureFormat()344 CameraEnumerationAndroid.reportCameraResolution(camera2ResolutionHistogram, bestSize); in findCaptureFormat()
14 import static org.webrtc.CameraEnumerationAndroid.getClosestSupportedFramerateRange;21 import org.webrtc.CameraEnumerationAndroid.CaptureFormat.FramerateRange;
13 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
23 public class CameraEnumerationAndroid { class
17 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
30 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
19 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
23 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;368 final CameraEnumerationAndroid.CaptureFormat format = in startCapture()
339 "api/org/webrtc/CameraEnumerationAndroid.java",