OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_streams
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
mixing_test.cc
80
std::vector<int>
remote_streams
(num_remote_streams);
81
for (size_t i = 0; i <
remote_streams
.size(); ++i) {
82
remote_streams
[i] = voe_base_->CreateChannel();
83
EXPECT_NE(-1,
remote_streams
[i]);
85
StartRemoteStreams(
remote_streams
, num_remote_streams_using_mono,
102
StopRemoteStreams(
remote_streams
);
/external/webrtc/talk/app/webrtc/
peerconnectionproxy.h
41
remote_streams
)
peerconnectioninterface_unittest.cc
445
StreamCollectionInterface*
remote_streams
() const { return remote_streams_; }
function in class:__anon26679::MockPeerConnectionObserver
[
all
...]
peerconnection_unittest.cc
258
rtc::scoped_refptr<StreamCollectionInterface>
remote_streams
=
variable
259
pc()->
remote_streams
();
263
if (
remote_streams
->FindVideoTrack(it->first) == nullptr) {
272
for (size_t stream_index = 0; stream_index <
remote_streams
->count();
274
MediaStreamInterface* remote_stream =
remote_streams
->at(stream_index);
679
return pc()->
remote_streams
()->count();
682
StreamCollectionInterface*
remote_streams
() {
function in class:PeerConnectionTestClient
687
return pc()->
remote_streams
();
1388
StreamCollectionInterface*
remote_streams
=
local
1418
StreamCollectionInterface*
remote_streams
=
local
[
all
...]
peerconnectioninterface.h
322
remote_streams
() = 0;
peerconnection.h
82
rtc::scoped_refptr<StreamCollectionInterface>
remote_streams
() override;
peerconnection.cc
675
PeerConnection::
remote_streams
() {
function in class:webrtc::PeerConnection
[
all
...]
/external/webrtc/talk/session/media/
channel.h
157
const std::vector<StreamParams>&
remote_streams
() const {
function in class:cricket::BaseChannel
Completed in 3254 milliseconds