Searched defs:videoSource (Results 1 - 4 of 4) sorted by last modified time

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java42 private int videoSource; field in class:ShadowMediaRecorder
148 videoSource = video_source;
238 return videoSource;
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java81 private VideoSource videoSource; field in class:AppRTCDemoActivity
242 if (videoSource != null) {
243 videoSource.stop();
252 if (videoSource != null && videoSourceStopped) {
253 videoSource.restart();
336 videoSource = factory.createVideoSource(
339 factory.createVideoTrack("ARDAMSv0", videoSource);
682 if (videoSource != null) {
683 videoSource.dispose();
684 videoSource
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java476 VideoSource videoSource,
481 factory.createVideoTrack(videoTrackId, videoSource);
562 VideoSource videoSource = factory.createVideoSource(
568 factory, offeringPC, videoSource, "offeredMediaStream",
600 factory, answeringPC, videoSource, "answeredMediaStream",
741 videoSource.dispose();
474 addTracksToPC( PeerConnectionFactory factory, PeerConnection pc, VideoSource videoSource, String streamLabel, String videoTrackId, String audioTrackId, VideoRenderer.Callbacks videoCallbacks) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCVideoSource+Internal.h35 rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource; variable

Completed in 203 milliseconds