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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h185 const std::string& streamid) :
188 streamid(streamid) {
193 return stream.groupid == groupid && stream.id == streamid;
201 std::string streamid; member in struct:cricket::StreamSelector
184 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.
754 void CallClient::SendData(const std::string& streamid, argument
776 data->streams(), "", streamid, &stream)) {
778 << streamid << ".";
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc193 << it->selector.streamid << "'"
485 const std::string& streamid, uint32 ssrc,
536 stream.id = streamid;
547 const std::string& streamid, uint32 ssrc) {
560 stream.id = streamid;
484 StartScreencast(Session* session, const std::string& streamid, uint32 ssrc, const ScreencastId& screenid, int fps) argument
546 StopScreencast(Session* session, const std::string& streamid, uint32 ssrc) argument
H A Dchannel.cc1931 << it->selector.streamid << "'"
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc173 // |streamid| and |sync_label| are both set to the DataChannel label
176 // track label is the same as |streamid|.
177 const std::string& streamid = channel->label(); local
180 cricket::MEDIA_TYPE_DATA, streamid, sync_label);
898 // track label is the same as |streamid|.

Completed in 526 milliseconds