Home | History | Annotate | Download | only in jni

Lines Matching defs:rtp_rtcp

85     if (!veData1.rtp_rtcp) \
128 VoERTP_RTCP* rtp_rtcp;
713 /* if (veData1.rtp_rtcp->SetREDStatus(channel, 1) != 0)
758 /* if (veData1.rtp_rtcp->SetREDStatus(channel, 0) != 0)
1145 if (veData1.rtp_rtcp->SetREDStatus(0, enable, -1) != 0)
1240 veData.rtp_rtcp = VoERTP_RTCP::GetInterface(veData.ve);
1241 if (!veData.rtp_rtcp)
1244 "Get rtp_rtcp sub-API failed");
1364 if (veData.rtp_rtcp)
1366 if (0 != veData.rtp_rtcp->Release())
1369 "Release rtp_rtcp sub-API failed");
1374 veData.rtp_rtcp = NULL;