Searched refs:ipNonDecreasingClock (Results 1 – 2 of 2) sorted by relevance
101 ipNonDecreasingClock = OSCL_NEW(PVMFMediaClock, ()); in CreateProtocolObjects()102 ipNonDecreasingClock->SetClockTimebase(iNonDecreasingTimeBase); in CreateProtocolObjects()103 if (ipNonDecreasingClock) in CreateProtocolObjects()105 ipNonDecreasingClock->SetStartTime32(start, PVMF_MEDIA_CLOCK_MSEC, overflowFlag); in CreateProtocolObjects()108 …ipEventNotifier = PVMFJBEventNotifier::New(*ipNonDecreasingClock, irClientPlaybackClock, *ipEstima… in CreateProtocolObjects()168 if (ipNonDecreasingClock) in ~PVMFJitterBufferMisc()170 OSCL_DELETE(ipNonDecreasingClock); in ~PVMFJitterBufferMisc()177 if (ipNonDecreasingClock) in StreamingSessionStarted()179 ipNonDecreasingClock->Start(); in StreamingSessionStarted()224 ipNonDecreasingClock->Pause(); in StreamingSessionPaused()[all …]
140 , ipNonDecreasingClock(NULL) in PVMFJitterBufferMisc()225 …PVMFMediaClock* ipNonDecreasingClock; //Always increasing clock but may not be continous… variable