MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_ntp_time

Function ff_ntp_time

libavformat/utils.c:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255/*******************************************************/
256
257uint64_t ff_ntp_time(void)
258{
259 return (av_gettime() / 1000) * 1000 + NTP_OFFSET_US;
260}
261
262uint64_t ff_get_formatted_ntp_time(uint64_t ntp_time_us)
263{

Callers 4

rtp_write_headerFunction · 0.85
rtp_write_packetFunction · 0.85
rtp_write_trailerFunction · 0.85
mov_write_prft_tagFunction · 0.85

Calls 1

av_gettimeFunction · 0.85

Tested by

no test coverage detected