Home | History | Annotate | Download | only in video

Lines Matching refs:rtp

33 const char* RtpExtension::kTOffset = "urn:ietf:params:rtp-hdrext:toffset";
35 "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time";
185 assert(config.rtp.ssrcs.size() > 0);
201 for (size_t i = 0; i < config.rtp.ssrcs.size(); ++i) {
202 assert(send_ssrcs_.find(config.rtp.ssrcs[i]) == send_ssrcs_.end());
203 send_ssrcs_[config.rtp.ssrcs[i]] = send_stream;
232 config.rtp.remb = true;
246 assert(receive_ssrcs_.find(config.rtp.remote_ssrc) == receive_ssrcs_.end());
247 receive_ssrcs_[config.rtp.remote_ssrc] = receive_stream;
249 VideoReceiveStream::Config::Rtp::RtxMap::const_iterator it =
250 config.rtp.rtx.begin();
251 if (it != config.rtp.rtx.end())