/external/blktrace/btt/ |
D | latency.c | 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency) in latency_out() argument 26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency)); in latency_out() 57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2d() argument 59 plat_x2c(dip->q2d_plat_handle, tstamp, latency); in latency_q2d() 60 latency_out(dip->q2d_ofp, tstamp, latency); in latency_q2d() 63 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_d2c() argument 65 plat_x2c(dip->d2c_plat_handle, tstamp, latency); in latency_d2c() 66 latency_out(dip->d2c_ofp, tstamp, latency); in latency_d2c() 69 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2c() argument 71 plat_x2c(dip->q2c_plat_handle, tstamp, latency); in latency_q2c() [all …]
|
D | seek.c | 102 double tstamp, s_p_s; in sps_emit() local 108 tstamp = sps->t_start; in sps_emit() 112 tstamp = sps->t_start + (delta / 2); in sps_emit() 256 double tstamp = BIT_TIME(iop->t.time); in seeki_add() local 260 fprintf(fp, "%15.9lf %13lld %c\n", tstamp, dist, rw); in seeki_add() 262 fprintf(sip->cfp, "%15.9lf %13lld %c\n", tstamp, dist, rw); in seeki_add() 269 sps_add(sip, tstamp); in seeki_add()
|
D | globals.h | 241 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency); 242 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency); 243 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency);
|
/external/owasp/sanitizer/ |
D | Makefile | 66 classes: out/classes.tstamp 67 out/classes.tstamp: out/classes src/main/org/owasp/html/*.java 70 touch out/classes.tstamp 72 examples: out/examples.tstamp 73 out/examples.tstamp: out/classes.tstamp src/main/org/owasp/html/examples/*.java 77 touch out/examples.tstamp 80 tests: out/tests.tstamp 81 out/tests.tstamp: out/classes.tstamp out/genfiles.tstamp out/examples.tstamp src/tests/org/owasp/ht… 87 touch out/tests.tstamp 89 out/genfiles.tstamp: out/genfiles/org/owasp/html/AllExamples.java out/genfiles/org/owasp/html/AllTe… [all …]
|
/external/libvpx/libvpx/third_party/nestegg/test/ |
D | test.c | 86 uint64_t duration, tstamp, pkt_tstamp; in main() local 163 nestegg_packet_tstamp(pkt, &tstamp); in main() 165 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt); in main() 187 nestegg_packet_tstamp(pkt, &tstamp); in main() 189 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt); in main() 211 nestegg_packet_tstamp(pkt, &tstamp); in main() 213 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt); in main()
|
/external/tinycompress/ |
D | compress.c | 315 unsigned int *avail, struct timespec *tstamp) in compress_get_hpointer() argument 325 if (0 == kavail.tstamp.sampling_rate) in compress_get_hpointer() 328 time = kavail.tstamp.pcm_io_frames / kavail.tstamp.sampling_rate; in compress_get_hpointer() 329 tstamp->tv_sec = time; in compress_get_hpointer() 330 time = kavail.tstamp.pcm_io_frames % kavail.tstamp.sampling_rate; in compress_get_hpointer() 331 tstamp->tv_nsec = time * 1000000000 / kavail.tstamp.sampling_rate; in compress_get_hpointer()
|
D | cplay.c | 141 struct timespec tstamp; in print_time() local 143 if (compress_get_hpointer(compress, &avail, &tstamp) != 0) { in print_time() 148 fprintf(stderr, "DSP played %jd.%jd\n", (intmax_t)tstamp.tv_sec, (intmax_t)tstamp.tv_nsec*1000); in print_time()
|
/external/libvpx/libvpx/ |
D | webmdec.c | 149 uint64_t tstamp = 0; in webm_guess_framerate() local 162 for (i = 0; tstamp < 1000000000 && i < 50;) { in webm_guess_framerate() 171 nestegg_packet_tstamp(pkt, &tstamp); in webm_guess_framerate() 182 vpx_ctx->framerate.denominator = (int)(tstamp / 1000); in webm_guess_framerate()
|
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 200 int64_t * end_pos, uint64_t * tstamp); 219 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp); 306 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp);
|
/external/chromium_org/third_party/webrtc/base/ |
D | messagequeue.h | 197 virtual void PostAt(uint32 tstamp, MessageHandler *phandler, 199 return DoDelayPost(TimeUntil(tstamp), tstamp, phandler, id, pdata); 233 void DoDelayPost(int cmsDelay, uint32 tstamp, MessageHandler *phandler,
|
D | messagequeue.cc | 292 void MessageQueue::DoDelayPost(int cmsDelay, uint32 tstamp, in DoDelayPost() argument 306 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg); in DoDelayPost()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 405 struct timespec tstamp; /* reference timestamp */ member 422 struct timespec tstamp; /* Timestamp */ member 591 struct timespec tstamp; /* Timestamp */ member 703 struct timespec tstamp; /* Timestamp - last update */ member 753 struct timespec tstamp; member 896 struct timespec tstamp; member
|
D | compress_offload.h | 82 struct snd_compr_tstamp tstamp; member
|
/external/libnl/include/linux/ |
D | if_addr.h | 53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
D | if_link.h | 141 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
|
/external/iproute2/include/linux/ |
D | if_addr.h | 52 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
D | if_link.h | 204 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | if_addr.h | 58 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member
|
/external/libpcap/ |
D | .gitignore | 27 pcap-tstamp.manmisc
|
/external/tinycompress/include/tinycompress/ |
D | tinycompress.h | 116 unsigned int *avail, struct timespec *tstamp);
|
/external/tcpdump/ |
D | print-icmp.c | 320 icmp_tstamp_print(u_int tstamp) { in icmp_tstamp_print() argument 325 msec = tstamp % 1000; in icmp_tstamp_print() 326 sec = tstamp / 1000; in icmp_tstamp_print()
|
/external/libvpx/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 1493 …tegg * ctx, struct ebml_list_node * cue_point, unsigned int track, uint64_t scale, uint64_t tstamp) in ne_find_cue_point_for_tstamp() argument 1505 if (ne_get_uint(c->time, &time) == 0 && time * scale > tstamp) in ne_find_cue_point_for_tstamp() 1822 int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp) in nestegg_get_cue_point() argument 1833 if (!start_pos || !end_pos || !tstamp) in nestegg_get_cue_point() 1839 *tstamp = 0; in nestegg_get_cue_point() 1874 *tstamp = time * tc_scale; in nestegg_get_cue_point() 1912 nestegg_track_seek(nestegg * ctx, unsigned int track, uint64_t tstamp) in nestegg_track_seek() argument 1930 track, tc_scale, tstamp); in nestegg_track_seek() 2249 nestegg_packet_tstamp(nestegg_packet * pkt, uint64_t * tstamp) in nestegg_packet_tstamp() argument 2251 *tstamp = pkt->timecode; in nestegg_packet_tstamp()
|
/external/tinyalsa/ |
D | pcm.c | 446 struct timespec *tstamp) in pcm_get_htimestamp() argument 463 *tstamp = pcm->mmap_status->tstamp; in pcm_get_htimestamp() 464 if (tstamp->tv_sec == 0 && tstamp->tv_nsec == 0) in pcm_get_htimestamp()
|
/external/tinyalsa/include/tinyalsa/ |
D | asoundlib.h | 218 struct timespec *tstamp);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-trace.c | 449 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp() argument 451 double ts = (double)(tstamp - trace->base_time) / NSEC_PER_MSEC; in trace__fprintf_tstamp() 464 u64 duration, u64 tstamp, FILE *fp) in trace__fprintf_entry_head() argument 466 size_t printed = trace__fprintf_tstamp(trace, tstamp, fp); in trace__fprintf_entry_head()
|