Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp1041 ipMediaClockConverter->set_clock(ts, in_wrap_count); in CanRetrievePacket()
1043 ipMediaClockConverter->get_converted_ts(1000); in CanRetrievePacket()
1124 ipMediaClockConverter->set_clock(ts, in_wrap_count); in CanRetrievePacket()
1126 ipMediaClockConverter->get_converted_ts(1000); in CanRetrievePacket()
1168 ipMediaClockConverter->set_clock(ts, in_wrap_count); in CanRetrievePacket()
1170 ipMediaClockConverter->get_converted_ts(1000); in CanRetrievePacket()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_rtcp_proto_impl.h234 ipMediaClockConverter = aClockConverter; in SetMediaClockConverter()
284 MediaClockConverter* ipMediaClockConverter; variable
Dpvmf_jitter_buffer.h1300 MediaClockConverter* ipMediaClockConverter; variable
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp84 ipMediaClockConverter = NULL; in ResetParams()
494 ipMediaClockConverter->set_clock(tsOfNextPacketToBeDecoded, in_wrap_count); in ComposeFeedBackPacket()
496 ipMediaClockConverter->get_converted_ts(1000); in ComposeFeedBackPacket()
Dpvmf_jitter_buffer_impl.cpp108 ipMediaClockConverter = NULL; in OSCL_DLL_ENTRY_POINT_DEFAULT()
1607 ipMediaClockConverter = aConverter; in SetMediaClockConverter()