Searched refs:suspended_ssrcs_ (Results 1 – 2 of 2) sorted by relevance
126 suspended_ssrcs_(suspended_ssrcs), in VideoSendStream()474 RtpStateMap::iterator it = suspended_ssrcs_.find(ssrc); in ConfigureSsrcs()475 if (it != suspended_ssrcs_.end()) in ConfigureSsrcs()489 RtpStateMap::iterator it = suspended_ssrcs_.find(ssrc); in ConfigureSsrcs()490 if (it != suspended_ssrcs_.end()) in ConfigureSsrcs()
84 std::map<uint32_t, RtpState> suspended_ssrcs_; variable