Searched refs:mRtpDecoderListener (Results 1 – 2 of 2) sorted by relevance
83 mRtpDecoderListener = nullptr; in IRtpSession()119 mRtpDecoderListener = nullptr; in ~IRtpSession()155 mRtpDecoderListener = pRtpDecoderListener; in SetRtpDecoderListener()415 if (mRtpDecoderListener) in OnPeerInd()426 mRtpDecoderListener->OnMediaDataInd(pstRtp->pMsgBody, pstRtp->wMsgBodyLen, in OnPeerInd()482 if (mRtpDecoderListener) in OnRtpStatsTimerExpired()484 mRtpDecoderListener->OnNumReceivedPacket(mNumRtpProcPacket); in OnRtpStatsTimerExpired()
132 IRtpDecoderListener* mRtpDecoderListener; variable