Searched refs:ipEstimatedServerClock (Results 1 – 2 of 2) sorted by relevance
86 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 …]
138 , ipEstimatedServerClock(NULL) in PVMFJitterBufferMisc()223 PVMFMediaClock* ipEstimatedServerClock; //Estimation of the estimated server clock. variable