Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_send_stream.h52 using RtpStateMap = std::map<uint32_t, RtpState>;
90 void StopPermanentlyAndGetRtpStates(RtpStateMap* rtp_state_map,
Dvideo_send_stream.cc223 VideoSendStream::RtpStateMap* rtp_state_map, in StopPermanentlyAndGetRtpStates()
/external/webrtc/call/
Dcall.cc384 using RtpStateMap = std::map<uint32_t, RtpState>; typedef in webrtc::internal::Call
385 RtpStateMap suspended_audio_send_ssrcs_ RTC_GUARDED_BY(worker_thread_);
386 RtpStateMap suspended_video_send_ssrcs_ RTC_GUARDED_BY(worker_thread_);
956 VideoSendStream::RtpStateMap rtp_states; in DestroyVideoSendStream()