HomeSort by relevance Sort by last modified time
    Searched full:capturer (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.cc 53 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.Pass()))
    [all...]
desktop_capture_device_unittest.cc 140 // There is currently no screen capturer implementation for ozone. So disable
141 // the test that uses a real screen-capturer instead of FakeScreenCapturer.
149 scoped_ptr<webrtc::DesktopCapturer> capturer(
153 capturer.Pass());
185 // Test that screen capturer behaves correctly if the source frame size changes
233 // Test that screen capturer behaves correctly if the source frame size changes
desktop_capture_device.h 30 // Creates capturer for the specified |source| and then creates
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 177 // is supported by the capturer.
333 explicit FrameInputWrapper(cricket::VideoCapturer* capturer)
334 : capturer_(capturer) {
371 cricket::VideoCapturer* capturer,
374 ASSERT(capturer != NULL);
377 capturer));
383 cricket::VideoCapturer* capturer)
385 video_capturer_(capturer),
404 // The screen capturer can accept any resolution and we will derive the
407 // since desktop capturer does not respect the VideoFormat passed in
    [all...]
  /external/chromium_org/remoting/host/
video_scheduler.h 82 // called. |capturer| is used to capture frames.
87 scoped_ptr<webrtc::ScreenCapturer> capturer,
108 // only affects capture scheduling and does not stop/start the capturer.
119 // Capturer thread ----------------------------------------------------------
121 // Starts the capturer on the capture thread.
181 // Set when the capturer is capturing a frame.
desktop_session_agent.h 136 // Posted to |audio_capture_task_runner_| to start the audio capturer.
139 // Posted to |audio_capture_task_runner_| to stop the audio capturer.
142 // Posted to |video_capture_task_runner_| to start the video capturer.
145 // Posted to |video_capture_task_runner_| to stop the video capturer.
ipc_audio_capturer.h 40 // Used to cancel tasks pending on the capturer when it is stopped.
ipc_desktop_environment_unittest.cc 199 // The IPC screen capturer.
289 // Create the screen capturer.
424 // Start the input injector and screen capturer.
446 // Tests that the video capturer receives a frame over IPC.
453 // Start the input injector and screen capturer.
490 // Start the input injector and screen capturer.
531 // Start the input injector and screen capturer.
566 // Start the input injector and screen capturer.
601 // Start the input injector and screen capturer.
636 // Start the input injector and screen capturer
    [all...]
ipc_desktop_environment.h 103 // Used to run the audio capturer.
110 // Used to run the video capturer.
  /external/chromium_org/content/renderer/media/
webaudio_capturer_source.h 47 void Start(WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer);
65 // A raw pointer to the capturer to get audio processing params like
mock_media_stream_dependency_factory.h 36 // Set the video capturer.
37 void SetVideoCapturer(cricket::VideoCapturer* capturer);
141 cricket::VideoCapturer* capturer) OVERRIDE;
144 const scoped_refptr<WebRtcAudioCapturer>& capturer,
webrtc_local_audio_track.cc 125 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 as its sink otherwise two streams in different clock will b
    [all...]
mock_media_stream_dependency_factory.cc 162 void MockVideoSource::SetVideoCapturer(cricket::VideoCapturer* capturer) {
163 capturer_.reset(capturer);
440 cricket::VideoCapturer* capturer) {
445 source->SetVideoCapturer(capturer);
453 const scoped_refptr<WebRtcAudioCapturer>& capturer,
458 DCHECK(!capturer.get());
video_destination_handler_unittest.cc 44 void OnStateChange(VideoCapturer* capturer, CaptureState state) {
48 void OnFrameCaptured(VideoCapturer* capturer, const CapturedFrame* frame) {
webaudio_capturer_source.cc 63 WebRtcLocalAudioTrack* track, WebRtcAudioCapturer* capturer) {
68 capturer_ = capturer;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
VideoCapturer.java 49 throw new RuntimeException("Capturer can only be taken once!");
57 // No-op iff this capturer is owned by a source (see comment on
PeerConnectionFactory.java 78 VideoCapturer capturer, MediaConstraints constraints) {
80 nativeFactory, capturer.takeNativeVideoCapturer(), constraints));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnectionFactory.h 58 // Creates a RTCVideoSource. The new source takes ownership of |capturer|.
60 - (RTCVideoSource *)videoSourceWithCapturer:(RTCVideoCapturer *)capturer
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturerenderadapter.h 76 // Callback for frames received from the capturer.
77 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* video_frame);
videoengine_unittest.h 93 // capturer (checking that the engine state is updated and that the capturer
891 // Add an additional capturer, and hook up a renderer to receive it.
893 talk_base::scoped_ptr<cricket::FakeVideoCapturer> capturer(
895 capturer->SetScreencast(true)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 265 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
291 void SendFrame(VideoCapturer* capturer, const VideoFrame* frame);
296 void OnLocalFrame(VideoCapturer* capturer, const VideoFrame* frame) {
297 SendFrame(0u, frame, capturer->IsScreencast());
299 void OnLocalFrameFormat(VideoCapturer* capturer, const VideoFormat* format) {
373 // Get the number of the send channels |capturer| registered with.
374 int GetSendChannelNum(VideoCapturer* capturer);
408 // Connect |capturer| to WebRtcVideoMediaChannel if it is only registered
410 void MaybeConnectCapturer(VideoCapturer* capturer);
411 // Disconnect |capturer| from WebRtcVideoMediaChannel if it is only registere
    [all...]
webrtcvideocapturer.cc 144 LOG(LS_ERROR) << "The capturer is already initialized";
170 LOG(LS_WARNING) << "Failed to find capturer for id: " << device.id;
199 LOG(LS_ERROR) << "Failed to create capturer for id: " << device.id;
212 LOG(LS_ERROR) << "The capturer is already initialized";
246 LOG(LS_ERROR) << "The capturer has not been initialized";
252 LOG(LS_ERROR) << "The capturer is already running";
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm 117 - (RTCVideoSource *)videoSourceWithCapturer:(RTCVideoCapturer *)capturer
119 if (!capturer) {
123 self.nativeFactory->CreateVideoSource(capturer.capturer.get(),
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 107 explicit FileReadThread(FileVideoCapturer* capturer)
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/third_party/libjingle/source/talk/session/media/
channelmanager_unittest.cc 209 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) {
213 GetCapturerFrameSize(VideoCapturer* capturer) : width(0), height(0) {
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...]

Completed in 579 milliseconds

12 3 4 5 6