Home
last modified time | relevance | path

Searched refs:aClockDiff (Results 1 – 5 of 5) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp571 uint32 aClockDiff = 0; in RegisterDataPacket() local
572 bool delayEstablished = IsDelayEstablished(aClockDiff);//To update delay percent in RegisterDataPacket()
1141 OSCL_EXPORT_REF bool PVMFJitterBufferImpl::IsDelayEstablished(uint32& aClockDiff) in IsDelayEstablished() argument
1143 aClockDiff = iDurationInMilliSeconds; in IsDelayEstablished()
1191 aClockDiff = 0; in IsDelayEstablished()
1210 aClockDiff = diff32ms; in IsDelayEstablished()
1651 uint32 aClockDiff = 0; in HandleEvent_JitterBufferBufferingDurationComplete() local
1652 bool delayEstablished = IsDelayEstablished(aClockDiff);//To update delay percent in HandleEvent_JitterBufferBufferingDurationComplete()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp425 bool PVMFRTPJitterBufferImpl::IsDelayEstablished(uint32& aClockDiff) in IsDelayEstablished() argument
427 aClockDiff = iDurationInMilliSeconds; in IsDelayEstablished()
475 aClockDiff = 0; in IsDelayEstablished()
494 aClockDiff = diff32ms; in IsDelayEstablished()
Dpvmf_rtp_jitter_buffer_impl.h54 OSCL_IMPORT_REF virtual bool IsDelayEstablished(uint32& aClockDiff);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer.h920 virtual bool IsDelayEstablished(uint32& aClockDiff) = 0;
1174 OSCL_IMPORT_REF bool IsDelayEstablished(uint32& aClockDiff);
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_node.h378 bool IsJitterBufferReady(PVMFJitterBufferPortParams*, uint32& aClockDiff);