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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.cc 219 bool HybridVideoMediaChannel::SetCapturer(uint32 ssrc,
223 ret = channel1_->SetCapturer(ssrc, capturer);
226 ret = channel2_->SetCapturer(ssrc, capturer);
videoengine_unittest.h 467 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
486 EXPECT_TRUE(channel_->SetCapturer(kSsrc + 2, video_capturer_2_.get()));
703 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
    [all...]
filemediaengine.h 282 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
hybridvideoengine.h 83 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
mediachannel.h 830 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) = 0;
    [all...]
fakemediaengine.h 528 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 261 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 492 bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
call.cc 505 if (!video_channel->SetCapturer(ssrc, capturer)) {
578 video_channel->SetCapturer(ssrc, NULL);
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 839 if (!video_channel_->SetCapturer(ssrc, camera)) {
840 // Allow that SetCapturer fail if |camera| is NULL but assert otherwise.
    [all...]

Completed in 110 milliseconds