Searched refs:CameraEnumerationAndroid (Results 1 – 9 of 9) sorted by relevance
34 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;58 final CameraEnumerationAndroid.Enumerator camera1Enumerator = new CameraEnumerator(); in testCamera2Enumerator()59 final CameraEnumerationAndroid.Enumerator camera2Enumerator = in testCamera2Enumerator()62 for (int i = 0; i < CameraEnumerationAndroid.getDeviceCount(); ++i) { in testCamera2Enumerator()124 String deviceName = CameraEnumerationAndroid.getNameOfFrontFacingDevice(); in testStartFrontFacingVideoCapturer()139 String deviceName = CameraEnumerationAndroid.getNameOfBackFacingDevice(); in testStartBackFacingVideoCapturer()175 final String deviceName = CameraEnumerationAndroid.getDeviceName(0); in testCameraCallsAfterStop()185 final String deviceName = CameraEnumerationAndroid.getDeviceName(0); in testCameraCallsAfterStopUsingTextures()215 String deviceName = CameraEnumerationAndroid.getDeviceName(0); in testStartStopWithDifferentResolutions()225 String deviceName = CameraEnumerationAndroid.getDeviceName(0); in testStartStopWithDifferentResolutionsUsingTextures()[all …]
33 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;305 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in cameraEventsInvoked()327 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in cameraCallsAfterStop()377 CameraEnumerationAndroid.CaptureFormat format = formats.get(i); in startStopWithDifferentResolutions()423 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in startWhileCameraIsAlreadyOpen()446 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in startWhileCameraIsAlreadyOpenAndCloseCamera()470 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in startWhileCameraIsAlreadyOpenAndStop()486 CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in returnBufferLate()556 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); in cameraFreezedEventOnBufferStarvationUsingTextures()
32 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;39 public class CameraEnumerator implements CameraEnumerationAndroid.Enumerator {51 for (int i = 0; i < CameraEnumerationAndroid.getDeviceCount(); ++i) { in getSupportedFormats()
38 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;309 return CameraEnumerationAndroid.getSupportedFormats(getCurrentCameraId()); in getSupportedFormats()319 return CameraEnumerationAndroid.getSupportedFormatsAsJson(getCurrentCameraId()); in getSupportedFormatsAsJson()360 if (deviceName.equals(CameraEnumerationAndroid.getDeviceName(i))) { in lookupDeviceName()499 final int[] range = CameraEnumerationAndroid.getFramerateRange(parameters, framerate * 1000); in startPreviewOnCameraThread()501 CameraEnumerationAndroid.getClosestSupportedSize( in startPreviewOnCameraThread()532 CameraEnumerationAndroid.getClosestSupportedSize( in startPreviewOnCameraThread()
42 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;51 public class Camera2Enumerator implements CameraEnumerationAndroid.Enumerator {
45 public class CameraEnumerationAndroid { class58 CameraEnumerationAndroid.enumerator = enumerator; in setEnumerator()
16 import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
20 import org.webrtc.CameraEnumerationAndroid;361 numberOfCameras = CameraEnumerationAndroid.getDeviceCount(); in createMediaConstraintsInternal()474 String cameraDeviceName = CameraEnumerationAndroid.getDeviceName(0); in createPeerConnectionInternal()476 CameraEnumerationAndroid.getNameOfFrontFacingDevice(); in createPeerConnectionInternal()
174 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.java',