Home
last modified time | relevance | path

Searched refs:send_session_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dsrtpfilter.cc160 if (!send_session_->SetSend(send_cs, send_key, send_key_len)) in SetRtpParams()
219 ASSERT(send_session_ != NULL); in ProtectRtp()
220 return send_session_->ProtectRtp(p, in_len, max_len, out_len); in ProtectRtp()
232 ASSERT(send_session_ != NULL); in ProtectRtp()
233 return send_session_->ProtectRtp(p, in_len, max_len, out_len, index); in ProtectRtp()
244 ASSERT(send_session_ != NULL); in ProtectRtcp()
245 return send_session_->ProtectRtcp(p, in_len, max_len, out_len); in ProtectRtcp()
277 ASSERT(send_session_ != NULL); in GetRtpAuthParams()
278 return send_session_->GetRtpAuthParams(key, key_len, tag_len); in GetRtpAuthParams()
284 ASSERT(send_session_ != NULL); in set_signal_silent_time()
[all …]
Dsrtpfilter.h187 rtc::scoped_ptr<SrtpSession> send_session_; variable