OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCapturer
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/media/base/
videoengine_unittest.h
160
EXPECT_TRUE(channel_->
SetCapturer
(kSsrc, video_capturer_.get()));
197
EXPECT_TRUE(channel_->
SetCapturer
(kSsrc + 2, video_capturer_2_.get()));
414
EXPECT_TRUE(channel_->
SetCapturer
(kSsrc, video_capturer_.get()));
632
EXPECT_TRUE(channel_->
SetCapturer
(5678, capturer.get()));
668
EXPECT_TRUE(channel_->
SetCapturer
(5678, NULL));
706
EXPECT_TRUE(channel_->
SetCapturer
(999u, video_capturer_.get()));
773
EXPECT_TRUE(channel_->
SetCapturer
(789u, video_capturer_.get()));
[
all
...]
fakemediaengine.h
527
virtual bool
SetCapturer
(uint32_t ssrc, VideoCapturer* capturer) {
mediachannel.h
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2_unittest.cc
301
EXPECT_TRUE(channel->
SetCapturer
(kSsrc, &capturer));
325
EXPECT_TRUE(channel->
SetCapturer
(kSsrc, &capturer));
379
EXPECT_TRUE(channel->
SetCapturer
(kSsrc, &capturer));
429
EXPECT_TRUE(channel->
SetCapturer
(kSsrc, &capturer));
491
EXPECT_TRUE(channel->
SetCapturer
(kSsrc, &capturer1));
516
EXPECT_TRUE(channel->
SetCapturer
(kSsrc, &capturer2));
576
EXPECT_TRUE(channel->
SetCapturer
(ssrcs.front(), &capturer));
594
EXPECT_TRUE(channel->
SetCapturer
(ssrcs.front(), NULL));
657
EXPECT_TRUE(channel->
SetCapturer
(ssrcs.front(), &capturer));
[
all
...]
webrtcvideoengine2.h
177
bool
SetCapturer
(uint32_t ssrc, VideoCapturer* capturer) override;
260
bool
SetCapturer
(VideoCapturer* capturer);
webrtcvideoengine2.cc
[
all
...]
/external/webrtc/talk/session/media/
channel.h
465
bool
SetCapturer
(uint32_t ssrc, VideoCapturer* capturer);
channel.cc
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
[
all
...]
Completed in 457 milliseconds