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()441 if (mRtcpDecoderListener) in OnPeerInd()443 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()449 if (mRtcpDecoderListener) in OnPeerInd()451 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()456 if (mRtcpDecoderListener) in OnPeerInd()458 mRtcpDecoderListener->OnRtcpInd(type, pMsg); in OnPeerInd()471 if (nMsg != nullptr && mRtcpDecoderListener != nullptr) in OnPeerRtcpComponents()[all …]
139 IRtcpDecoderListener* mRtcpDecoderListener; variable