Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer_common_types.h45 rtpTimeBaseSet = false; in tagPVMFRTPInfoParams()
56 bool rtpTimeBaseSet; member
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp220 iRTPInfoParams.rtpTimeBaseSet = rtpInfo.rtpTimeBaseSet; in setRTPInfoParams()
221 if (rtpInfo.rtpTimeBaseSet == true) in setRTPInfoParams()
241 if (iRTPInfoParams.rtpTimeBaseSet) in setRTPInfoParams()
284 if (iRTPInfoParams.rtpTimeBaseSet) in setRTPInfoParams()
294 if (iRTPInfoParams.rtpTimeBaseSet) in setRTPInfoParams()
1405 if (rtpInfoParams->rtpTimeBaseSet) in DeterminePrevTimeStamp()
Dpvmf_rtp_jitter_buffer_impl.h78 if (it->rtpTimeBaseSet == false) in CheckForRTPTimeAndRTPSeqNumberBase()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp720 … seqLockTimeStamp = (it->rtpTimeBaseSet) ? it->rtpTime : my_ssrc[first_ssrc_index][3]; in AddPacket()
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp1088 rtpInfoParams.rtpTimeBaseSet = aRTPTimeBasePresent; in SetPortRTPParams()