OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remote_streams
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/session/media/
channel.h
157
const std::vector<StreamParams>&
remote_streams
() const {
function in class:cricket::BaseChannel
/external/webrtc/talk/app/webrtc/
peerconnection.cc
675
PeerConnection::
remote_streams
() {
function in class:webrtc::PeerConnection
[
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_unittest.cc
445
StreamCollectionInterface*
remote_streams
() const { return remote_streams_; }
function in class:__anon26679::MockPeerConnectionObserver
[
all
...]
Completed in 178 milliseconds