HomeSort by relevance Sort by last modified time
    Searched defs:capturer (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoCapturer+Internal.h 34 @property(nonatomic, assign, readonly) const talk_base::scoped_ptr<cricket::VideoCapturer> &capturer; variable
36 - (id)initWithCapturer:(cricket::VideoCapturer*)capturer;
  /external/chromium_org/content/renderer/media/
mock_media_stream_registry.cc 38 cricket::VideoCapturer* capturer = NULL; local
39 return factory_->AddNativeVideoMediaTrack(track_id, &test_stream_, capturer);
webrtc_local_audio_track.cc 17 const scoped_refptr<WebRtcAudioCapturer>& capturer,
21 id, capturer, track_source);
27 const scoped_refptr<WebRtcAudioCapturer>& capturer,
30 capturer_(capturer),
32 need_audio_processing_(!capturer->device_id().empty()) {
33 // The capturer with a valid device id is using microphone as source,
35 DCHECK(capturer.get());
57 scoped_refptr<WebRtcAudioCapturer> capturer; local
69 capturer = capturer_;
81 if (new_volume != 0 && capturer.get()
    [all...]
rtc_peer_connection_handler_unittest.cc 252 scoped_refptr<WebRtcAudioCapturer> capturer; local
255 capturer,
288 scoped_refptr<WebRtcAudioCapturer> capturer; local
291 capturer,
    [all...]
webrtc_audio_capturer.cc 158 scoped_refptr<WebRtcAudioCapturer> capturer = new WebRtcAudioCapturer(); local
159 return capturer;
199 // This capturer is used by WebAudio, return true without creating a
266 // Start the source if the first audio track is connected to the capturer.
267 // Start() will do nothing if the capturer has already been started.
media_stream_dependency_factory.cc 318 // TODO(xians): Create a new capturer for difference microphones when we
321 scoped_refptr<WebRtcAudioCapturer> capturer(
323 if (!capturer.get()) {
324 DLOG(WARNING) << "Failed to create the capturer for device "
392 scoped_refptr<WebRtcAudioCapturer> capturer; local
396 // Create a specific capturer for each WebAudio consumer.
397 capturer = CreateWebAudioSource(&source);
414 if (!capturer.get() && GetWebRtcAudioDevice())
415 capturer = GetWebRtcAudioDevice()->GetDefaultCapturer();
419 capturer,
584 RtcVideoCapturer* capturer = new RtcVideoCapturer( local
798 scoped_refptr<WebRtcAudioCapturer> capturer; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc 261 cricket::FakeVideoCapturer* capturer = new cricket::FakeVideoCapturer(); local
262 // The source take ownership of |capturer|.
264 factory_->CreateVideoSource(capturer, NULL));
272 EXPECT_TRUE(capturer->CaptureFrame());
276 EXPECT_TRUE(capturer->CaptureFrame());
280 EXPECT_TRUE(capturer->CaptureFrame());
peerconnectionfactory.cc 98 CreateVideoSourceParams(cricket::VideoCapturer* capturer,
100 : capturer(capturer),
103 cricket::VideoCapturer* capturer; member in struct:__anon13758::CreateVideoSourceParams
223 pdata->source = CreateVideoSource_s(pdata->capturer, pdata->constraints);
270 cricket::VideoCapturer* capturer,
273 LocalVideoSource::Create(channel_manager_.get(), capturer,
339 cricket::VideoCapturer* capturer,
342 CreateVideoSourceParams params(capturer,
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.cc 34 scoped_ptr<webrtc::DesktopCapturer> capturer);
116 scoped_ptr<webrtc::DesktopCapturer> capturer)
118 desktop_capturer_(capturer.Pass()),
344 scoped_ptr<webrtc::DesktopCapturer> capturer; local
351 capturer.reset(webrtc::ScreenCapturer::CreateWithXDamage(true));
355 capturer.reset(
358 capturer.reset(webrtc::ScreenCapturer::Create());
362 task_runner, capturer.Pass()));
366 scoped_ptr<webrtc::WindowCapturer> capturer(
369 if (!capturer || !capturer->SelectWindow(source.id))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 346 cricket::VideoCapturer* capturer = NULL; local
348 capturer = dev_manager->CreateVideoCapturer(*dev_it);
349 if (capturer != NULL)
352 return capturer;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 239 StartedCapture(cricket::VideoCapturer* capturer,
241 capturer(capturer),
244 cricket::VideoCapturer* capturer; member in struct:cricket::Call::StartedCapture
channelmanager.cc 65 : capturer(c),
67 cricket::VideoCapturer* capturer; member in struct:cricket::CaptureStateParams
311 LOG(LS_WARNING) << "failed to delete video capturer";
596 VideoCapturer* capturer) {
597 if (capturer == NULL) {
604 return capturer->GetId() == device.id;
745 // voice and video engines to do the real work. Once the capturer refactoring
746 // is done, we will access the capturer using the ssrc (similar to how the
748 bool ChannelManager::RegisterVideoProcessor(VideoCapturer* capturer,
752 capturer, processor))
    [all...]
call.cc 468 // The capturer pretty much ignore this, but just in case we give it
491 VideoCapturer *capturer = video_channel->AddScreencast(ssrc, screencastid); local
492 if (capturer == NULL) {
493 LOG(LS_WARNING) << "Could not create screencast capturer.";
499 capturer, format)) {
505 if (!video_channel->SetCapturer(ssrc, capturer)) {
508 capturer, ScreencastFormatFromFps(fps));
516 std::make_pair(ssrc, StartedCapture(capturer, format)));
572 << " because there is no capturer.";
576 VideoCapturer* capturer = screencast_iter->second.capturer local
    [all...]
channel.cc 322 capturer(c),
326 VideoCapturer* capturer; member in struct:cricket::SetCapturerMessageData
2187 VideoCapturer* capturer = iter->second; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc 128 cricket::FakeVideoCapturer capturer; local
129 channel_->SendFrame(&capturer, &frame);
148 cricket::FakeVideoCapturer capturer; local
149 capturer.SetScreencast(true);
150 channel_->SendFrame(&capturer, &frame);
563 // Test that channel connects and disconnects external capturer correctly.
572 // Delete the channel should disconnect the capturer.
    [all...]
webrtcvideoengine.cc 562 // TODO(thorcarpenter): This is broken. Video capturer doesn't have
563 // a capture format until the capturer is started. So, if
564 // the capturer is started immediately after calling set_video_capturer
568 // video capturer.
864 // SetDefaultCodec may be called while the capturer is running. For example, a
2002 VideoCapturer* capturer = send_channel->video_capturer(); local
2041 VideoCapturer* capturer = send_channel->video_capturer(); local
2589 VideoCapturer* capturer = send_channel->video_capturer(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 219 VideoCapturer capturer = getVideoCapturer(); local
221 capturer, appRtcClient.videoConstraints());
234 // capturer that works, or crash if none do.
244 VideoCapturer capturer = VideoCapturer.create(name); local
245 if (capturer != null) {
247 return capturer;
252 throw new RuntimeException("Failed to open capturer");

Completed in 520 milliseconds