Home
last modified time | relevance | path

Searched refs:rtpTimeScale (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer_common_types.h49 rtpTimeScale = 0; in tagPVMFRTPInfoParams()
60 uint32 rtpTimeScale; member
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp225 iRTPInfoParams.rtpTimeScale = rtpInfo.rtpTimeScale; in setRTPInfoParams()
226 iRTPTimeScale = rtpInfo.rtpTimeScale; in setRTPInfoParams()
229 iMediaClockConvertor.set_clock_other_timescale(0, iRTPInfoParams.rtpTimeScale); in setRTPInfoParams()
236 iMediaClockConvertor.get_converted_ts(iRTPInfoParams.rtpTimeScale); in setRTPInfoParams()
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp1092 rtpInfoParams.rtpTimeScale = pPortParams->iTimeScale; in SetPortRTPParams()