OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NTP_timestamp_low
(Results
1 - 4
of
4
) sorted by null
/external/opencore/protocols/rtp/src/
rtcp.h
194
uint32
NTP_timestamp_low
;
rtcp_decoder.cpp
373
inStream >> sr_packet.
NTP_timestamp_low
;
rtcp_encoder.cpp
348
outStream << sr_packet.
NTP_timestamp_low
;
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp
217
((rtcpSR.
NTP_timestamp_low
>> 16) & 0x0000ffff);
230
(((uint64)rtcpSR.NTP_timestamp_high) << 32) + (uint64)rtcpSR.
NTP_timestamp_low
;
233
PVMF_JB_LOG_RTCPDATATRAFFIC_IN((0, "PVMFJitterBufferNode::ProcessIncomingRTCPReport - Sender Report NPT rtcpSR.NTP_timestamp_high %u rtcpSR.
NTP_timestamp_low
%u SR Ts %u ", rtcpSR.NTP_timestamp_high, rtcpSR.
NTP_timestamp_low
, iRTCPStats.lastSenderReportTS));
[
all
...]
Completed in 24 milliseconds