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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.cc 222 bool HybridVideoMediaChannel::SetCapturer(uint32 ssrc,
226 ret = channel1_->SetCapturer(ssrc, capturer);
229 ret = channel2_->SetCapturer(ssrc, capturer);
filemediaengine.h 297 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
fakemediaengine.h 564 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 435 void SetCapturer(test::FrameGeneratorCapturer* capturer) {
479 observer.SetCapturer(capturer.get());
video_send_stream_tests.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 381 milliseconds