Searched refs:SendRtcpFeedback (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | RtcpEncoderNode.cpp | 276 return mRtpSession->SendRtcpFeedback(kRtpFbNack, pNackBuff, 4); in SendNack() 300 if (mRtpSession->SendRtcpFeedback(kPsfbPli, nullptr, 0)) in SendPictureLost() 312 if (mRtpSession->SendRtcpFeedback(kPsfbFir, nullptr, 0)) in SendPictureLost() 355 return mRtpSession->SendRtcpFeedback(kRtpFbTmmbr, buffer, 8); in SendTmmbrn() 359 return mRtpSession->SendRtcpFeedback(kRtpFbTmmbn, buffer, 8); in SendTmmbrn()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/ |
D | IRtpSession.h | 111 bool SendRtcpFeedback(int32_t type, uint8_t* pFic, uint32_t nFicSize);
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/ |
D | IRtpSession.cpp | 512 bool IRtpSession::SendRtcpFeedback(int32_t type, uint8_t* pFic, uint32_t nFicSize) in SendRtcpFeedback() function in IRtpSession
|