Home
last modified time | relevance | path

Searched refs:rec_timestamp (Results 1 – 11 of 11) sorted by relevance

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radump/
H A Dprint-ntp.c172 TCHECK(bp->rec_timestamp); in ntp_print()
173 if (bp->rec_timestamp.int_part || (ArgusParser->vflag > 1)) { in ntp_print()
175 p_ntp_time(&(bp->rec_timestamp)); in ntp_print()
186 p_ntp_delta(&(bp->org_timestamp), &(bp->rec_timestamp)); in ntp_print()
H A Dntp.h88 struct l_fixedpt rec_timestamp; member
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-ntp.c110 struct l_fixedpt rec_timestamp; member
296 ND_TCHECK_SIZE(&bp->rec_timestamp); in ntp_time_print()
298 p_ntp_time(ndo, &(bp->rec_timestamp)); in ntp_time_print()
305 p_ntp_delta(ndo, &(bp->org_timestamp), &(bp->rec_timestamp)); in ntp_time_print()
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Daccept.c352 rec_timestamp())); in scan_headers()
385 for_string ? for_string : "", rec_timestamp()); in add_received_hdr()
396 for_string ? for_string : "", rec_timestamp()); in add_received_hdr()
H A Dheader.c38 rec_timestamp() in rec_timestamp() function
H A Dmasqmail.h387 gchar *rec_timestamp();
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-audiodev/
H A Dpa_dev.c73 pj_timestamp rec_timestamp; member
221 frame.timestamp.u64 = stream->rec_timestamp.u64; in PaRecorderCallback()
229 stream->rec_timestamp.u64 += stream->samples_per_frame / in PaRecorderCallback()
240 frame.timestamp.u64 = stream->rec_timestamp.u64; in PaRecorderCallback()
247 stream->rec_timestamp.u64 += stream->samples_per_frame / in PaRecorderCallback()
H A Dopensl_dev.c87 pj_timestamp rec_timestamp; member
241 frame.timestamp.u64 = stream->rec_timestamp.u64; in bqRecorderCallback()
246 stream->rec_timestamp.u64 += stream->param.samples_per_frame / in bqRecorderCallback()
H A Dandroid_jni_dev.c79 pj_timestamp rec_timestamp; member
296 frame.timestamp.u64 = stream->rec_timestamp.u64; in AndroidRecorderCallback()
304 stream->rec_timestamp.u64 += stream->param.samples_per_frame / in AndroidRecorderCallback()
H A Dcoreaudio_dev.m121 pj_timestamp rec_timestamp;
833 frame.timestamp.u64 = strm->rec_timestamp.u64;
840 strm->rec_timestamp.u64 += strm->param.samples_per_frame /
847 frame.timestamp.u64 = strm->rec_timestamp.u64;
868 strm->rec_timestamp.u64 += strm->param.samples_per_frame /
966 frame.timestamp.u64 = strm->rec_timestamp.u64;
973 strm->rec_timestamp.u64 += strm->param.samples_per_frame /
980 frame.timestamp.u64 = strm->rec_timestamp.u64;
986 strm->rec_timestamp.u64 += strm->param.samples_per_frame /
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/
H A Dffmpeg.c158 static int64_t rec_timestamp = 0; variable
2654 rec_timestamp = parse_time_or_die(opt, arg, 0) / 1000000; in opt_rec_timestamp()
3267 oc->timestamp = rec_timestamp; in opt_output_file()