HomeSort by relevance Sort by last modified time
    Searched refs:videoSource (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoSource+Internal.h 35 talk_base::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
RTCVideoSource.mm 40 - (talk_base::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
RTCPeerConnectionFactory.mm 130 source.videoSource);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 57 videoSource:(RTCVideoSource *)videoSource
76 videoSource:(RTCVideoSource *)videoSource
82 [factory videoTrackWithID:videoTrackID source:videoSource];
122 RTCVideoSource *videoSource =
131 videoSource:videoSource
156 videoSource:videoSource
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 42 private int videoSource;
148 videoSource = video_source;
238 return videoSource;
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 57 const sp<AnotherPacketSource> &videoSource,
LiveSession.cpp 1008 sp<AnotherPacketSource> videoSource;
1010 videoSource = mPacketSources.valueFor(STREAMTYPE_VIDEO);
1027 audioSource, videoSource, subtitleSource);
1065 sp<AnotherPacketSource> videoSource;
1067 videoSource = mPacketSources.valueFor(STREAMTYPE_VIDEO);
1068 videoSource->clear();
1081 fetcher->startAsync(audioSource, videoSource, subtitleSource, timeUs);
    [all...]
PlaylistFetcher.cpp 289 const sp<AnotherPacketSource> &videoSource,
301 if (videoSource != NULL) {
302 msg->setPointer("videoSource", videoSource.get());
396 CHECK(msg->findPointer("videoSource", &ptr));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 451 VideoSource videoSource,
456 factory.createVideoTrack(videoTrackId, videoSource);
517 VideoSource videoSource = factory.createVideoSource(
527 factory, offeringPC, videoSource, "oLMS", "oLMSv0", "oLMSa0",
553 factory, answeringPC, videoSource, "aLMS", "aLMSv0", "aLMSa0",
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 59 import org.webrtc.VideoSource;
220 VideoSource videoSource = factory.createVideoSource(
223 VideoTrack videoTrack = factory.createVideoTrack("ARDAMSv0", videoSource);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 393 static sp<MediaRecorder> setUpMediaRecorder(int fileDescriptor, int videoSource,
470 sp<MediaRecorder> SurfaceMediaSourceGLTest::setUpMediaRecorder(int fd, int videoSource,
473 mr->setVideoSource(videoSource);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 1040 sp<RepeaterSource> videoSource =
1045 true /* isVideo */, videoSource, true /* isRepeaterSource */,

Completed in 1961 milliseconds