HomeSort by relevance Sort by last modified time
    Searched refs:streamid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 185 const std::string& streamid) :
188 streamid(streamid) {
193 return stream.groupid == groupid && stream.id == streamid;
201 std::string streamid; member in struct:cricket::StreamSelector
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 253 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,
776 data->streams(), "", streamid, &stream)) {
778 << streamid << ".";
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 193 << 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;
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 173 // |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);
    [all...]

Completed in 1261 milliseconds