OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVideoSendStreams
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2_unittest.cc
435
FakeVideoSendStream* stream = fake_call->
GetVideoSendStreams
()[0];
488
FakeVideoSendStream* stream = fake_call->
GetVideoSendStreams
()[0];
[
all
...]
fakewebrtccall.h
207
const std::vector<FakeVideoSendStream*>&
GetVideoSendStreams
();
fakewebrtccall.cc
262
const std::vector<FakeVideoSendStream*>& FakeCall::
GetVideoSendStreams
() {
Completed in 172 milliseconds