Home
last modified time | relevance | path

Searched refs:VideoCapturerAndroid (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTest.java82 VideoCapturerAndroidTestFixtures.release(VideoCapturerAndroid.create("", null)); in testCreateAndRelease()
89 VideoCapturerAndroid.create("", null, eglBase.getEglBaseContext())); in testCreateAndReleaseUsingTextures()
95 VideoCapturerAndroid capturer = VideoCapturerAndroid.create( in testCreateNonExistingCamera()
105 VideoCapturerAndroid capturer = in testStartVideoCapturer()
106 VideoCapturerAndroid.create("", null); in testStartVideoCapturer()
113 VideoCapturerAndroid capturer = in testStartVideoCapturerUsingTextures()
114 VideoCapturerAndroid.create("", null, eglBase.getEglBaseContext()); in testStartVideoCapturerUsingTextures()
125 VideoCapturerAndroid capturer = in testStartFrontFacingVideoCapturer()
126 VideoCapturerAndroid.create(deviceName, null); in testStartFrontFacingVideoCapturer()
140 VideoCapturerAndroid capturer = in testStartBackFacingVideoCapturer()
[all …]
DVideoCapturerAndroidTestFixtures.java103 VideoCapturerAndroid.CapturerObserver {
192 VideoCapturerAndroid.CameraEventsHandler {
241 static public void release(VideoCapturerAndroid capturer) { in release()
247 static public void startCapturerAndRender(VideoCapturerAndroid capturer) in startCapturerAndRender()
262 static public void switchCamera(VideoCapturerAndroid capturer) throws InterruptedException { in switchCamera()
271 capturer.switchCamera(new VideoCapturerAndroid.CameraSwitchHandler() { in switchCamera()
302 static public void cameraEventsInvoked(VideoCapturerAndroid capturer, CameraEvents events, in cameraEventsInvoked()
325 VideoCapturerAndroid capturer, Context appContext) throws InterruptedException { in cameraCallsAfterStop()
348 static public void stopRestartVideoSource(VideoCapturerAndroid capturer) in stopRestartVideoSource()
371 static public void startStopWithDifferentResolutions(VideoCapturerAndroid capturer, in startStopWithDifferentResolutions()
[all …]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java65 public class VideoCapturerAndroid extends VideoCapturer implements class
205 public static VideoCapturerAndroid create(String name, in create()
207 return VideoCapturerAndroid.create(name, eventsHandler, null); in create()
210 public static VideoCapturerAndroid create(String name, in create()
217 final VideoCapturerAndroid capturer = new VideoCapturerAndroid(cameraId, eventsHandler, in create()
323 private VideoCapturerAndroid(int cameraId) { in VideoCapturerAndroid() method in VideoCapturerAndroid
327 private VideoCapturerAndroid(int cameraId, CameraEventsHandler eventsHandler, in VideoCapturerAndroid() method in VideoCapturerAndroid
791 VideoCapturerAndroid videoCapturer, in nativeCreateVideoCapturer()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java36 import org.webrtc.VideoCapturerAndroid;
122 private VideoCapturerAndroid videoCapturer;
481 videoCapturer = VideoCapturerAndroid.create(cameraDeviceName, null, in createPeerConnectionInternal()
732 private VideoTrack createVideoTrack(VideoCapturerAndroid capturer) { in createVideoTrack()
/external/webrtc/talk/
Dlibjingle.gyp189 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java',