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/chromium_org/content/renderer/media/
peer_connection_handler_base.h
50
RemoteStreamMap
remote_streams_
;
member in class:content::PeerConnectionHandlerBase
mock_peer_connection_impl.cc
211
remote_streams_
(new talk_base::RefCountedObject<MockStreamCollection>),
231
return
remote_streams_
;
308
remote_streams_
->AddStream(stream);
rtc_peer_connection_handler.cc
329
STLDeleteValues(&
remote_streams_
);
713
DCHECK(
remote_streams_
.find(stream_interface) ==
remote_streams_
.end());
717
remote_streams_
.insert(
732
RemoteStreamMap::iterator it =
remote_streams_
.find(stream_interface);
733
if (it ==
remote_streams_
.end()) {
741
remote_streams_
.erase(it);
mock_peer_connection_impl.h
120
talk_base::scoped_refptr<MockStreamCollection>
remote_streams_
;
member in class:content::MockPeerConnectionImpl
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc
190
remote_streams_
(StreamCollection::Create()),
410
remote_streams_
->find(kDefaultStreamLabel) != NULL) {
414
remote_info_.msid_supported |=
remote_streams_
->count() > 0;
578
remote_streams_
->find(stream_label);
582
remote_streams_
->AddStream(stream);
599
MediaStreamInterface* stream =
remote_streams_
->find(stream_label);
618
MediaStreamInterface* stream =
remote_streams_
->find(stream_label);
646
MediaStreamInterface* stream =
remote_streams_
->find(info.stream_label);
668
for (size_t i = 0; i <
remote_streams_
->count(); ++i) {
669
MediaStreamInterface*stream =
remote_streams_
->at(i)
[
all
...]
mediastreamsignaling.h
250
return
remote_streams_
.get();
325
// |
remote_streams_
| and notifies the observer that the MediaStream no longer
375
talk_base::scoped_refptr<StreamCollection>
remote_streams_
;
member in class:webrtc::MediaStreamSignaling
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h
222
return
remote_streams_
;
351
std::vector<StreamParams>
remote_streams_
;
member in class:cricket::BaseChannel
channel.cc
[
all
...]
Completed in 66 milliseconds