Searched refs:m_bSndRtcpByePkt (Results 1 – 2 of 2) sorted by relevance
54 m_bSndRtcpByePkt(eRTP_FALSE), in RtpSession()90 m_bSndRtcpByePkt(eRTP_FALSE), in RtpSession()263 if ((m_bSelfCollisionByeSent == eRTP_TRUE) || (m_bSndRtcpByePkt == eRTP_TRUE)) in estimateRtcpPktSize()486 (m_bSndRtcpByePkt == eRTP_TRUE)) in rtpMakeCompoundRtcpPacket()547 if ((m_bSelfCollisionByeSent == eRTP_TRUE) || (m_bSndRtcpByePkt == eRTP_TRUE)) in rtpMakeCompoundRtcpPacket()689 if ((m_bSelfCollisionByeSent != eRTP_TRUE) || (m_bSndRtcpByePkt != eRTP_TRUE)) in rtcpTimerExpiry()2068 m_bSndRtcpByePkt = eRTP_TRUE; in sendRtcpByePacket()
174 eRtp_Bool m_bSndRtcpByePkt; variable