Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp74 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 …]
Dpvmf_rtp_jitter_buffer_impl.h141 …PVMFMediaClock *iBurstClock; //may be wallclock owned by the jitterbuffer Misc can … variable