Home
last modified time | relevance | path

Searched refs:pstRtp (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp417 tRtpSvcIndSt_ReceiveRtpInd* pstRtp = in OnPeerInd() local
420 if ((mEnableDTMF == false || mRtpDtmfPayloadType != pstRtp->dwPayloadType) && in OnPeerInd()
421 pstRtp->dwPayloadType != 20) in OnPeerInd()
423 RtpHeaderExtensionInfo extensionInfo(pstRtp->wDefinedByProfile, pstRtp->wExtLen, in OnPeerInd()
424 reinterpret_cast<int8_t*>(pstRtp->pExtData), pstRtp->wExtDataSize); in OnPeerInd()
426 mRtpDecoderListener->OnMediaDataInd(pstRtp->pMsgBody, pstRtp->wMsgBodyLen, in OnPeerInd()
427 pstRtp->dwTimestamp, pstRtp->bMbit, pstRtp->dwSeqNum, in OnPeerInd()
428 pstRtp->dwPayloadType, pstRtp->dwSsrc, extensionInfo); in OnPeerInd()