Searched refs:streamid (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h175 const std::string& streamid) :
178 streamid(streamid) {
183 return stream.groupid == groupid && stream.id == streamid;
191 std::string streamid; member in struct:cricket::StreamSelector
174 StreamSelector(const std::string& groupid, const std::string& streamid) argument
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc253 std::string streamid = "screencast"; local
261 session, streamid, screencast_ssrc_, screencastid, fps);
266 std::string streamid = "screencast"; local
270 call_->StopScreencast(session, streamid, screencast_ssrc_);
300 // "" is the default streamid.
752 void CallClient::SendData(const std::string& streamid, argument
774 data->streams(), "", streamid, &stream)) {
776 << streamid << ".";
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc194 << it->selector.streamid << "'"
495 const std::string& streamid, uint32 ssrc,
539 stream.id = streamid;
550 const std::string& streamid, uint32 ssrc) {
563 stream.id = streamid;
494 StartScreencast(Session* session, const std::string& streamid, uint32 ssrc, const ScreencastId& screencastid, int fps) argument
549 StopScreencast(Session* session, const std::string& streamid, uint32 ssrc) argument
H A Dchannel.cc1934 << it->selector.streamid << "'"
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc555 // |streamid| and |sync_label| are both set to the DataChannel label
558 // track label is the same as |streamid|.
559 const std::string& streamid = channel->label(); local
561 options_.AddStream(cricket::MEDIA_TYPE_DATA, streamid, sync_label);
870 // track label is the same as |streamid|.

Completed in 149 milliseconds