Home
last modified time | relevance | path

Searched refs:suspended_rtp_state (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/audio/
Daudio_send_stream.h67 const absl::optional<RtpState>& suspended_rtp_state);
76 const absl::optional<RtpState>& suspended_rtp_state,
Daudio_send_stream.cc110 const absl::optional<RtpState>& suspended_rtp_state) in AudioSendStream() argument
118 suspended_rtp_state, in AudioSendStream()
142 const absl::optional<RtpState>& suspended_rtp_state, in AudioSendStream() argument
162 suspended_rtp_state_(suspended_rtp_state) { in AudioSendStream()
/external/webrtc/call/
Dcall.cc769 absl::optional<RtpState> suspended_rtp_state; in CreateAudioSendStream() local
773 suspended_rtp_state.emplace(iter->second); in CreateAudioSendStream()
781 suspended_rtp_state); in CreateAudioSendStream()