Home
last modified time | relevance | path

Searched refs:createVideoSource (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java251 factory.createVideoSource(capturer, new MediaConstraints()); in startCapturerAndRender()
265 factory.createVideoSource(capturer, new MediaConstraints()); in switchCamera()
352 factory.createVideoSource(capturer, new MediaConstraints()); in stopRestartVideoSource()
520 final VideoSource source = factory.createVideoSource(capturer, new MediaConstraints()); in returnBufferLateEndToEnd()
580 factory.createVideoSource(capturer, new MediaConstraints()); in scaleCameraOutput()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnectionFactory.java123 public VideoSource createVideoSource( in createVideoSource() method in PeerConnectionFactory
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java558 VideoSource videoSource = factory.createVideoSource(
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java733 videoSource = factory.createVideoSource(capturer, videoConstraints); in createVideoTrack()