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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h 511 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
548 EXPECT_TRUE(channel_->SetCapturer(kSsrc + 2, video_capturer_2_.get()));
765 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
    [all...]
filemediaengine.h 295 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
fakemediaengine.h 564 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) {
    [all...]
mediachannel.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.h 241 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) OVERRIDE;
308 bool SetCapturer(VideoCapturer* capturer);
webrtcvideoengine.h 266 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
webrtcvideoengine2.cc     [all...]
webrtcvideoengine2_unittest.cc 585 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
593 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
    [all...]
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 524 bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
call.cc 520 if (!video_channel->SetCapturer(ssrc, capturer)) {
593 video_channel->SetCapturer(ssrc, NULL);
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc     [all...]

Completed in 221 milliseconds