Home
last modified time | relevance | path

Searched defs:ntp_timestamp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openscreen/cast/streaming/
H A Dsender_report_parser.cc53 const NtpTimestamp ntp_timestamp = ConsumeField<uint64_t>(&chunk); in Parse() local
H A Dsender_report_builder.cc39 const NtpTimestamp ntp_timestamp = in BuildPacket() local
H A Dntp_time_unittest.cc90 const NtpTimestamp ntp_timestamp = converter.ToNtpTimestamp(t); in TEST() local
H A Drtcp_common.h59 constexpr StatusReportId ToStatusReportId(NtpTimestamp ntp_timestamp) { in ToStatusReportId()