HomeSort by relevance Sort by last modified time
    Searched refs:ipRTCPTimer (Results 1 - 2 of 2) sorted by null

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp 64 ipRTCPTimer = NULL;
90 OSCL_TRY(err, ipRTCPTimer = OSCL_NEW(PvmfRtcpTimer, (this)););
91 if (err != OsclErrNone || !ipRTCPTimer)
101 if (ipRTCPTimer)
102 OSCL_DELETE(ipRTCPTimer);
108 ipRTCPTimer->setRTCPInterval(iRTCPIntervalInMicroSeconds);
109 ipRTCPTimer->Start();
114 if (ipRTCPTimer)
115 ipRTCPTimer->Cancel();
120 if (ipRTCPTimer)
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_rtcp_proto_impl.h 245 ipRTCPTimer->setRTCPInterval(0);
282 PvmfRtcpTimer* ipRTCPTimer;

Completed in 31 milliseconds