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

1 2 34 5 6

  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.cc 112 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.
rtc_peer_connection_handler.cc 551 // peer connection mode for the capturer.
555 WebRtcAudioCapturer* capturer = audio_device->GetDefaultCapturer(); local
556 if (capturer)
557 capturer->EnablePeerConnectionMode();
rtc_peer_connection_handler_unittest.cc 245 scoped_refptr<WebRtcAudioCapturer> capturer; local
249 audio_track_id, capturer, NULL, NULL,
286 scoped_refptr<WebRtcAudioCapturer> capturer; local
289 capturer,
    [all...]
rtc_video_capturer.cc 148 // means that the capturer failed to start. But here and in libjingle it
video_destination_handler.cc 95 << "Called when capturer is not started.";
webrtc_audio_capturer_unittest.cc 159 // Verify the cached values in the capturer fits what we expect.
webrtc_local_audio_renderer.cc 204 // Ensure that the capturer stops feeding us with captured audio.
  /external/chromium_org/remoting/host/
me2me_desktop_environment.cc 89 // capturer from working (http://crbug.com/140984).
desktop_session_proxy.h 177 // Points to the audio capturer receiving captured audio packets.
190 // Points to the video capturer receiving captured video frames.
  /external/chromium_org/third_party/libjingle/source/talk/base/
window.h 123 // Desktop capturer typically takes the index instead of id.
  /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/third_party/libjingle/source/talk/session/phone/
filemediaengine.h 43 // A media engine contains a capturer, an encoder, and a sender in the sender
45 // FileMediaEngine simulates the capturer and the encoder via an input RTP dump
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.h 83 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
238 // TODO(juberti): Remove these functions after we do the capturer refactoring.
testutils.h 141 void OnStateChange(VideoCapturer* capturer, CaptureState state);
142 void OnFrameCaptured(VideoCapturer* capturer, const CapturedFrame* frame);
videocommon.h 42 // from capturer, this should be fixed and this const removed.
130 // 1 Auxiliary compressed YUV format set aside for capturer.
capturerenderadapter.cc 98 void CaptureRenderAdapter::OnVideoFrame(VideoCapturer* capturer,
fakevideocapturer.h 42 // Fake video capturer that allows the test to manually pump in frames.
mediachannel.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 489 // Make screen capturer virtual so that it can be overriden in testing.
510 bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
512 // True if we've added a screencast. Doesn't matter if the capturer
567 bool SetCapturer_w(uint32 ssrc, VideoCapturer* capturer);
584 virtual void OnStateChange(VideoCapturer* capturer, CaptureState ev);
585 bool GetLocalSsrc(const VideoCapturer* capturer, uint32* ssrc);
channel.cc 327 capturer(c),
331 VideoCapturer* capturer; member in struct:cricket::SetCapturerMessageData
2267 VideoCapturer* capturer = iter->second; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 91 // Defines the stderr capturer.
166 GTEST_LOG(FATAL, "Only one stderr capturer can exist at one time.");
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_renderer_host.h 5 // AudioInputRendererHost serves audio related requests from audio capturer
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 428 // |capturer|. |constraints| decides video resolution and frame rate but can
431 cricket::VideoCapturer* capturer,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 61 void OnFrameCaptured(cricket::VideoCapturer* capturer,
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 97 ScopedCapturer capturer(source->GetDispatcher()->host());

Completed in 2875 milliseconds

1 2 34 5 6