HomeSort by relevance Sort by last modified time
    Searched defs:rtp_state (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/video/
call.cc 246 VideoSendStream::RtpStateMap rtp_state = send_stream_impl->GetRtpStates(); local
248 for (VideoSendStream::RtpStateMap::iterator it = rtp_state.begin();
249 it != rtp_state.end();
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 923 void ViEChannel::SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state) {
925 default_rtp_rtcp_->SetRtpStateForSsrc(ssrc, rtp_state);
931 RtpState rtp_state; local
932 if (!default_rtp_rtcp_->GetRtpStateForSsrc(ssrc, &rtp_state)) {
935 return rtp_state;
    [all...]

Completed in 456 milliseconds