Searched refs:eEncRes (Results 1 – 1 of 1) sorted by relevance
483 eRTP_STATUS_CODE eEncRes = RTP_FAILURE; in rtpMakeCompoundRtcpPacket() local497 eEncRes = formSrList(uiSndrCount, objRtcpPkt); in rtpMakeCompoundRtcpPacket()498 if (eEncRes != RTP_SUCCESS) in rtpMakeCompoundRtcpPacket()500 RTP_TRACE_ERROR("formSrList error: %d", eEncRes, 0); in rtpMakeCompoundRtcpPacket()501 m_pobjAppInterface->rtcpTimerHdlErrorInd(eEncRes); in rtpMakeCompoundRtcpPacket()502 return eEncRes; in rtpMakeCompoundRtcpPacket()509 eEncRes = formSrList(uiRemRepBlkNum, objRtcpPkt); in rtpMakeCompoundRtcpPacket()510 if (eEncRes != RTP_SUCCESS) in rtpMakeCompoundRtcpPacket()512 RTP_TRACE_ERROR("formSrList error: %d", eEncRes, 0); in rtpMakeCompoundRtcpPacket()513 m_pobjAppInterface->rtcpTimerHdlErrorInd(eEncRes); in rtpMakeCompoundRtcpPacket()[all …]