Searched refs:iBurstClock (Results 1 – 2 of 2) sorted by relevance
74 if (iBurstClock) in ~PVMFRTPJitterBufferImpl()76 iBurstClock->Stop(); in ~PVMFRTPJitterBufferImpl()77 OSCL_DELETE(iBurstClock); in ~PVMFRTPJitterBufferImpl()86 iBurstClock->Start(); in StreamingSessionStarted()130 iBurstClock = NULL; in PVMFRTPJitterBufferImpl()140 iBurstClock = OSCL_NEW(PVMFMediaClock, ()); in Construct()141 iBurstClock->SetClockTimebase(iBurstClockTimeBase); in Construct()145 iBurstClock->Stop(); in Construct()146 iBurstClock->SetStartTime32(start, PVMF_MEDIA_CLOCK_MSEC, overflowFlag); in Construct()193 if (iBurstClock) in ResetJitterBuffer()[all …]
141 …PVMFMediaClock *iBurstClock; //may be wallclock owned by the jitterbuffer Misc can … variable