Searched refs:mRtcpDecoderListener (Results 1 – 2 of 2) sorted by relevance
85 mRtcpDecoderListener = nullptr; in IRtpSession()121 mRtcpDecoderListener = nullptr; in ~IRtpSession()167 mRtcpDecoderListener = pRtcpDecoderListener; in SetRtcpDecoderListener()436 if (mRtcpDecoderListener) in OnPeerInd()438 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()444 if (mRtcpDecoderListener) in OnPeerInd()446 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()451 if (mRtcpDecoderListener) in OnPeerInd()453 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()466 if (nMsg != nullptr && mRtcpDecoderListener != nullptr) in OnPeerRtcpComponents()[all …]
134 IRtcpDecoderListener* mRtcpDecoderListener; variable