Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpEncoderNode.cpp465 mRtpSession->SendRtpPacket( in ProcessAudioData()
488 mRtpSession->SendRtpPacket(mRtpPayloadTx, data, size, timestamp, mMark, in ProcessAudioData()
494 mRtpSession->SendRtpPacket( in ProcessAudioData()
524 mRtpSession->SendRtpPacket(mRtpPayloadTx, data, size, timestamp, mark, 0, in ProcessVideoData()
529 mRtpSession->SendRtpPacket(mRtpPayloadTx, data, size, timestamp, mark, 0); in ProcessVideoData()
546 mRtpSession->SendRtpPacket(mRedundantPayload, data, size, timestamp, mark, timeDiff); in ProcessTextData()
550 mRtpSession->SendRtpPacket(mRtpPayloadRx, data, size, timestamp, mark, timeDiff); in ProcessTextData()
555 mRtpSession->SendRtpPacket(mRtpPayloadTx, data, size, timestamp, mark, timeDiff); in ProcessTextData()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DIRtpSession.h104 bool SendRtpPacket(uint32_t payloadType, uint8_t* data, uint32_t dataSize, uint32_t timestamp,
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp296 bool IRtpSession::SendRtpPacket(uint32_t payloadType, uint8_t* data, uint32_t dataSize, in SendRtpPacket() function in IRtpSession