Home
last modified time | relevance | path

Searched refs:ipEstimatedServerClock (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_jitterbuffermisc.cpp86 ipEstimatedServerClock = OSCL_NEW(PVMFMediaClock, ()); in CreateProtocolObjects()
87 ipEstimatedServerClock->SetClockTimebase(iEstimatedServerClockTimeBase); in CreateProtocolObjects()
88 if (ipEstimatedServerClock) in CreateProtocolObjects()
90 ipEstimatedServerClock->Stop(); in CreateProtocolObjects()
91 ipEstimatedServerClock->SetStartTime32(start, PVMF_MEDIA_CLOCK_MSEC, overflowFlag); in CreateProtocolObjects()
108 … = PVMFJBEventNotifier::New(*ipNonDecreasingClock, irClientPlaybackClock, *ipEstimatedServerClock); in CreateProtocolObjects()
158 if (ipEstimatedServerClock) in ~PVMFJitterBufferMisc()
160 OSCL_DELETE(ipEstimatedServerClock); in ~PVMFJitterBufferMisc()
225 ipEstimatedServerClock->Pause(); in StreamingSessionPaused()
266 if (ipEstimatedServerClock) in ResetEstimatedServerClock()
[all …]
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_jitterbuffermisc.h138 , ipEstimatedServerClock(NULL) in PVMFJitterBufferMisc()
223 PVMFMediaClock* ipEstimatedServerClock; //Estimation of the estimated server clock. variable