Searched refs:nInterval (Results 1 – 4 of 4) sorted by relevance
227 void IRtpSession::SetRtcpInterval(int32_t nInterval) in SetRtcpInterval() argument229 IMLOGD1("[SetRtcpInterval] nInterval[%d]", nInterval); in SetRtcpInterval()230 IMS_RtpSvc_SetRTCPInterval(mRtpSessionId, nInterval); in SetRtcpInterval()
104 GLOBAL eRtp_Bool IMS_RtpSvc_SetRTCPInterval(IN RTPSESSIONID hRtpSession, IN RtpDt_UInt32 nInterval);
99 void SetRtcpInterval(int32_t nInterval);
379 GLOBAL eRtp_Bool IMS_RtpSvc_SetRTCPInterval(IN RTPSESSIONID hRtpSession, IN RtpDt_UInt32 nInterval) in IMS_RtpSvc_SetRTCPInterval() argument386 (reinterpret_cast<RtpSession*>(hRtpSession))->setRTCPTimerValue(nInterval); in IMS_RtpSvc_SetRTCPInterval()