Searched defs:capturer (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCVideoCapturer+Internal.h34 @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/
H A Dmock_media_stream_registry.cc38 cricket::VideoCapturer* capturer = NULL; local
39 return factory_->AddNativeVideoMediaTrack(track_id, &test_stream_, capturer);
H A Dmedia_stream_source_extra_data.h46 void SetAudioCapturer(WebRtcAudioCapturer* capturer) { argument
48 audio_capturer_ = capturer;
54 // capturer is supported. See issue crbug/262117.
H A Dvideo_destination_handler_unittest.cc44 void OnStateChange(VideoCapturer* capturer, CaptureState state) { argument
48 void OnFrameCaptured(VideoCapturer* capturer, const CapturedFrame* frame) { argument
H A Dwebaudio_capturer_source.cc63 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) {
68 capturer_ = capturer;
62 Start( WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) argument
H A Dwebrtc_local_audio_track_unittest.cc36 FakeAudioThread(const scoped_refptr<WebRtcAudioCapturer>& capturer, argument
38 : capturer_(capturer),
41 DCHECK(capturer.get());
86 explicit MockCapturerSource(WebRtcAudioCapturer* capturer) argument
87 : capturer_(capturer) {}
180 // Creates a capturer and audio track, fakes its audio thread, and
182 // get data callback when the track is connected to the capturer but not when
183 // the track is disconnected from the capturer.
367 // Start one track and verify the capturer is correctly starting its source.
387 // Start/Stop tracks and verify the capturer i
[all...]
H A Drtc_peer_connection_handler_unittest.cc245 scoped_refptr<WebRtcAudioCapturer> capturer; local
249 audio_track_id, capturer, NULL, NULL,
286 scoped_refptr<WebRtcAudioCapturer> capturer; local
289 capturer,
H A Dwebrtc_local_audio_track.cc125 const scoped_refptr<WebRtcAudioCapturer>& capturer,
131 id, capturer, webaudio_source, track_source, constraints);
137 const scoped_refptr<WebRtcAudioCapturer>& capturer,
142 capturer_(capturer),
147 DCHECK(capturer.get() || webaudio_source);
167 scoped_refptr<WebRtcAudioCapturer> capturer; local
174 capturer = capturer_;
219 if (new_volume != 0 && capturer.get()) {
222 capturer->SetVolume(new_volume);
354 // capturer a
123 Create( const std::string& id, const scoped_refptr<WebRtcAudioCapturer>& capturer, WebAudioCapturerSource* webaudio_source, webrtc::AudioSourceInterface* track_source, const webrtc::MediaConstraintsInterface* constraints) argument
135 WebRtcLocalAudioTrack( const std::string& label, const scoped_refptr<WebRtcAudioCapturer>& capturer, WebAudioCapturerSource* webaudio_source, webrtc::AudioSourceInterface* track_source, const webrtc::MediaConstraintsInterface* constraints) argument
[all...]
H A Dwebrtc_audio_capturer.cc112 scoped_refptr<WebRtcAudioCapturer> capturer = new WebRtcAudioCapturer(); local
113 return capturer;
254 // Start the source if the first audio track is connected to the capturer.
255 // Start() will do nothing if the capturer has already been started.
H A Dwebrtc_audio_device_impl.cc325 // the default capturer.
326 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
327 if (!capturer.get())
330 capturer->SetVolume(volume);
338 // capturer.
340 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
341 if (!capturer.get())
344 *volume = static_cast<uint32_t>(capturer->Volume());
371 scoped_refptr<WebRtcAudioCapturer> capturer(GetDefaultCapturer());
372 if (!capturer
424 AddAudioCapturer( const scoped_refptr<WebRtcAudioCapturer>& capturer) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmutedvideocapturer_unittest.cc41 void OnVideoFrame(cricket::VideoCapturer* capturer, argument
43 EXPECT_EQ(capturer, &capturer_);
H A Dcapturerenderadapter.cc98 void CaptureRenderAdapter::OnVideoFrame(VideoCapturer* capturer, argument
H A Dcapturemanager_unittest.cc74 void OnCapturerStateChange(cricket::VideoCapturer* capturer, argument
194 // Add video capturer but with different format.
H A Dhybridvideoengine.cc203 // to the capturer.
220 VideoCapturer* capturer) {
223 ret = channel1_->SetCapturer(ssrc, capturer);
226 ret = channel2_->SetCapturer(ssrc, capturer);
219 SetCapturer(uint32 ssrc, VideoCapturer* capturer) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer_unittest.cc74 void OnStateChange(VideoCapturer* capturer, argument
76 EXPECT_EQ(&capturer_, capturer);
80 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) { argument
81 EXPECT_EQ(&capturer_, capturer);
H A Dpeerconnectionfactory.cc98 CreateVideoSourceParams(cricket::VideoCapturer* capturer, argument
100 : capturer(capturer),
103 cricket::VideoCapturer* capturer; member in struct:__anon12138::CreateVideoSourceParams
223 pdata->source = CreateVideoSource_s(pdata->capturer, pdata->constraints);
270 cricket::VideoCapturer* capturer,
273 VideoSource::Create(channel_manager_.get(), capturer, constraints));
338 cricket::VideoCapturer* capturer,
341 CreateVideoSourceParams params(capturer,
269 CreateVideoSource_s( cricket::VideoCapturer* capturer, const MediaConstraintsInterface* constraints) argument
337 CreateVideoSource( cricket::VideoCapturer* capturer, const MediaConstraintsInterface* constraints) argument
H A Dpeerconnectionfactory_unittest.cc333 cricket::FakeVideoCapturer* capturer = new cricket::FakeVideoCapturer(); local
334 // The source take ownership of |capturer|.
336 factory_->CreateVideoSource(capturer, NULL));
344 EXPECT_TRUE(capturer->CaptureFrame());
348 EXPECT_TRUE(capturer->CaptureFrame());
352 EXPECT_TRUE(capturer->CaptureFrame());
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer_unittest.cc61 void OnFrameCaptured(cricket::VideoCapturer* capturer, argument
H A Dfilevideocapturer.cc107 explicit FileReadThread(FileVideoCapturer* capturer) argument
108 : capturer_(capturer),
180 LOG(LS_ERROR) << "The file video capturer is already running";
223 LOG(LS_ERROR) << "The file video capturer is already running";
242 LOG(LS_INFO) << "File video capturer '" << GetId() << "' started";
245 LOG(LS_ERROR) << "File video capturer '" << GetId() << "' failed to start";
258 LOG(LS_INFO) << "File video capturer '" << GetId() << "' stopped";
/external/chromium_org/remoting/host/
H A Dvideo_scheduler.cc38 scoped_ptr<webrtc::ScreenCapturer> capturer,
45 capturer_(capturer.Pass()),
171 // Start the capturer and let it notify us if cursor shape changes.
298 // trigger another frame to be captured, and the screen capturer expects the
34 VideoScheduler( scoped_refptr<base::SingleThreadTaskRunner> capture_task_runner, scoped_refptr<base::SingleThreadTaskRunner> encode_task_runner, scoped_refptr<base::SingleThreadTaskRunner> network_task_runner, scoped_ptr<webrtc::ScreenCapturer> capturer, scoped_ptr<VideoEncoder> encoder, protocol::CursorShapeStub* cursor_stub, protocol::VideoStub* video_stub) argument
H A Dvideo_scheduler_unittest.cc77 void StartVideoScheduler(scoped_ptr<webrtc::ScreenCapturer> capturer);
118 scoped_ptr<webrtc::ScreenCapturer> capturer) {
123 capturer.Pass(),
149 // This test mocks capturer, encoder and network layer to simulate one capture
154 scoped_ptr<webrtc::MockScreenCapturer> capturer(
157 EXPECT_CALL(*capturer, Start(_))
163 // First the capturer is called.
164 Expectation capturer_capture = EXPECT_CALL(*capturer, Capture(_))
185 StartVideoScheduler(capturer.PassAs<webrtc::ScreenCapturer>());
117 StartVideoScheduler( scoped_ptr<webrtc::ScreenCapturer> capturer) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnectionFactory.java78 VideoCapturer capturer, MediaConstraints constraints) {
80 nativeFactory, capturer.takeNativeVideoCapturer(), constraints));
77 createVideoSource( VideoCapturer capturer, MediaConstraints constraints) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager_unittest.cc209 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) { argument
213 GetCapturerFrameSize(VideoCapturer* capturer) : width(0), height(0) { argument
214 capturer->SignalVideoFrame.connect(this,
216 static_cast<FakeVideoCapturer*>(capturer)->CaptureFrame();
227 // A capturer created before the default encoder config is set will have no
229 VideoCapturer* capturer = cm_->CreateVideoCapturer(); local
230 ASSERT_TRUE(capturer != NULL);
231 EXPECT_EQ(CS_RUNNING, capturer->Start(format));
232 GetCapturerFrameSize size(capturer);
235 delete capturer;
[all...]
H A Dcall.h239 StartedCapture(cricket::VideoCapturer* capturer, argument
241 capturer(capturer),
244 cricket::VideoCapturer* capturer; member in struct:cricket::Call::StartedCapture
/external/chromium_org/content/browser/renderer_host/media/
H A Ddesktop_capture_device.cc53 scoped_ptr<webrtc::DesktopCapturer> capturer);
129 scoped_ptr<webrtc::DesktopCapturer> capturer)
131 desktop_capturer_(capturer.Pass()),
193 // If the |frame| generated by the screen capturer is inverted then we need
251 // This capturer always outputs ARGB, non-interlaced.
364 scoped_ptr<webrtc::DesktopCapturer> capturer; local
371 capturer.reset(new webrtc::DesktopAndCursorComposer(
382 capturer.reset(new webrtc::DesktopAndCursorComposer(
395 if (capturer)
396 result.reset(new DesktopCaptureDevice(task_runner, capturer
127 Core( scoped_refptr<base::SequencedTaskRunner> task_runner, scoped_ptr<webrtc::DesktopCapturer> capturer) argument
401 DesktopCaptureDevice( scoped_refptr<base::SequencedTaskRunner> task_runner, scoped_ptr<webrtc::DesktopCapturer> capturer) argument
[all...]

Completed in 651 milliseconds

12