Searched defs:video_capturer (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/talk/media/base/
H A Dfakecapturemanager.h40 virtual bool AddVideoRenderer(VideoCapturer* video_capturer, argument
44 virtual bool RemoveVideoRenderer(VideoCapturer* video_capturer, argument
H A Dcapturerenderadapter.h51 static CaptureRenderAdapter* Create(VideoCapturer* video_capturer);
57 VideoCapturer* video_capturer() { return video_capturer_; } function in class:cricket::CaptureRenderAdapter
73 explicit CaptureRenderAdapter(VideoCapturer* video_capturer);
H A Dcapturerenderadapter.cc36 CaptureRenderAdapter::CaptureRenderAdapter(VideoCapturer* video_capturer) argument
37 : video_capturer_(video_capturer) {
55 VideoCapturer* video_capturer) {
56 if (!video_capturer) {
59 CaptureRenderAdapter* return_value = new CaptureRenderAdapter(video_capturer);
54 Create( VideoCapturer* video_capturer) argument
H A Dcapturemanager.cc44 static VideoCapturerState* Create(VideoCapturer* video_capturer);
49 VideoFormat GetHighestFormat(VideoCapturer* video_capturer) const;
59 return adapter()->video_capturer();
91 VideoCapturerState* VideoCapturerState::Create(VideoCapturer* video_capturer) { argument
92 CaptureRenderAdapter* adapter = CaptureRenderAdapter::Create(video_capturer);
129 VideoCapturer* video_capturer) const {
183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer, argument
189 if (!video_capturer) {
192 VideoCapturerState* capture_state = GetCaptureState(video_capturer);
203 if (!RegisterVideoCapturer(video_capturer)) {
216 StopVideoCapture(VideoCapturer* video_capturer, const VideoFormat& format) argument
234 RestartVideoCapture( VideoCapturer* video_capturer, const VideoFormat& previous_format, const VideoFormat& desired_format, CaptureManager::RestartOptions options) argument
290 AddVideoRenderer(VideoCapturer* video_capturer, VideoRenderer* video_renderer) argument
303 RemoveVideoRenderer(VideoCapturer* video_capturer, VideoRenderer* video_renderer) argument
321 RegisterVideoCapturer(VideoCapturer* video_capturer) argument
336 VideoCapturer* video_capturer = capture_state->GetVideoCapturer(); local
358 StartWithBestCaptureFormat( VideoCapturerState* capture_state, VideoCapturer* video_capturer) argument
[all...]
H A Dvideoengine_unittest.h107 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); local
109 video_capturer->SignalVideoFrame.connect(this,
112 video_capturer->SignalVideoFrame.disconnect(this);
1316 cricket::FakeVideoCapturer video_capturer; local
1317 video_capturer.Start(
1322 EXPECT_TRUE(channel_->SetCapturer(kSsrc, &video_capturer));
1329 EXPECT_TRUE(video_capturer.CaptureFrame());
1336 EXPECT_TRUE(video_capturer.CaptureFrame());
1343 EXPECT_TRUE(video_capturer.CaptureFrame());
1349 EXPECT_TRUE(video_capturer
[all...]
/external/webrtc/talk/session/media/
H A Dchannelmanager.cc477 VideoCapturer* video_capturer, bool muted) {
482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));
494 VideoCapturer* video_capturer,
500 video_capturer, previous_format, desired_format, options));
476 MuteToBlackThenPause( VideoCapturer* video_capturer, bool muted) argument
493 RestartVideoCapture( VideoCapturer* video_capturer, const VideoFormat& previous_format, const VideoFormat& desired_format, CaptureManager::RestartOptions options) argument

Completed in 93 milliseconds