Home
last modified time | relevance | path

Searched refs:CameraEnumerationAndroid (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java21 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()
H A DCamera2Session.java29 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()
/aosp_15_r20/external/webrtc/sdk/android/tests/src/org/webrtc/
H A DCameraEnumerationTest.java14 import static org.webrtc.CameraEnumerationAndroid.getClosestSupportedFramerateRange;
21 import org.webrtc.CameraEnumerationAndroid.CaptureFormat.FramerateRange;
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DCameraEnumerator.java13 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
H A DCameraEnumerationAndroid.java23 public class CameraEnumerationAndroid { class
H A DCamera1Enumerator.java17 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
H A DCamera2Enumerator.java30 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCaptureQualityController.java19 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DCameraVideoCapturerTestFixtures.java23 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
368 final CameraEnumerationAndroid.CaptureFormat format = in startCapture()
/aosp_15_r20/external/webrtc/sdk/android/
H A DBUILD.gn339 "api/org/webrtc/CameraEnumerationAndroid.java",