Searched refs:tstamp (Results 1 - 25 of 31) sorted by relevance

12

/external/blktrace/btt/
H A Dlatency.c23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency) argument
26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency));
57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) argument
59 plat_x2c(dip->q2d_plat_handle, tstamp, latency);
60 latency_out(dip->q2d_ofp, tstamp, latency);
63 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency) argument
65 plat_x2c(dip->d2c_plat_handle, tstamp, latency);
66 latency_out(dip->d2c_ofp, tstamp, latency);
69 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency) argument
71 plat_x2c(dip->q2c_plat_handle, tstamp, latenc
[all...]
H A Dseek.c102 double tstamp, s_p_s; local
108 tstamp = sps->t_start;
112 tstamp = sps->t_start + (delta / 2);
256 double tstamp = BIT_TIME(iop->t.time); local
260 fprintf(fp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
262 fprintf(sip->cfp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
269 sps_add(sip, tstamp);
H A Dglobals.h241 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/
H A DMakefile66 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 ou
[all...]
/external/libvpx/libvpx/third_party/nestegg/test/
H A Dtest.c86 uint64_t duration, tstamp, pkt_tstamp; local
163 nestegg_packet_tstamp(pkt, &tstamp);
165 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
187 nestegg_packet_tstamp(pkt, &tstamp);
189 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
211 nestegg_packet_tstamp(pkt, &tstamp);
213 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h172 /** Query the tstamp scale of the media stream in nanoseconds.
195 @param tstamp Starting timestamp of the cluster.
200 int64_t * end_pos, uint64_t * tstamp);
211 /** Seek @a track to @a tstamp. Stream seek will terminate at the earliest
212 key point in the stream at or before @a tstamp. Other tracks in the
216 @param tstamp Absolute timestamp in nanoseconds.
219 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
303 @param tstamp Storage for the queried timestamp in nanoseconds.
306 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp);
/external/iproute2/include/linux/
H A Dif_addr.h52 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
H A Dif_link.h204 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h58 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
H A Dif_link.h233 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
/external/libnl/include/linux/
H A Dif_addr.h53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
H A Dif_link.h141 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
/external/libvpx/libvpx/
H A Dwebmdec.c149 uint64_t tstamp = 0; local
162 for (i = 0; tstamp < 1000000000 && i < 50;) {
171 nestegg_packet_tstamp(pkt, &tstamp);
182 vpx_ctx->framerate.denominator = (int)(tstamp / 1000);
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.h197 virtual void PostAt(uint32 tstamp, MessageHandler *phandler, argument
199 return DoDelayPost(TimeUntil(tstamp), tstamp, phandler, id, pdata);
233 void DoDelayPost(int cmsDelay, uint32 tstamp, MessageHandler *phandler,
H A Dmessagequeue.cc292 void MessageQueue::DoDelayPost(int cmsDelay, uint32 tstamp, argument
306 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg);
/external/tinycompress/
H A Dcplay.c141 struct timespec tstamp; local
143 if (compress_get_hpointer(compress, &avail, &tstamp) != 0) {
148 fprintf(stderr, "DSP played %jd.%jd\n", (intmax_t)tstamp.tv_sec, (intmax_t)tstamp.tv_nsec*1000);
H A Dcompress.c315 unsigned int *avail, struct timespec *tstamp)
325 if (0 == kavail.tstamp.sampling_rate)
328 time = kavail.tstamp.pcm_io_frames / kavail.tstamp.sampling_rate;
329 tstamp->tv_sec = time;
330 time = kavail.tstamp.pcm_io_frames % kavail.tstamp.sampling_rate;
331 tstamp->tv_nsec = time * 1000000000 / kavail.tstamp.sampling_rate;
344 return oops(compress, errno, "cannot get tstamp");
314 compress_get_hpointer(struct compress *compress, unsigned int *avail, struct timespec *tstamp) argument
[all...]
/external/tinycompress/include/tinycompress/
H A Dtinycompress.h113 * @tstamp: hw time
116 unsigned int *avail, struct timespec *tstamp);
/external/kernel-headers/original/uapi/sound/
H A Dcompress_offload.h78 * @tstamp: timestamp infomation
82 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
154 * This also queries the tstamp properties
H A Dasound.h405 struct timespec tstamp; /* reference timestamp */ member in struct:snd_pcm_status
422 struct timespec tstamp; /* Timestamp */ member in struct:snd_pcm_mmap_status
591 struct timespec tstamp; /* Timestamp */ member in struct:snd_rawmidi_status
703 struct timespec tstamp; /* Timestamp - last update */ member in struct:snd_timer_status
753 struct timespec tstamp; member in struct:snd_timer_tread
896 struct timespec tstamp; member in struct:snd_ctl_elem_value
/external/tcpdump/
H A Dprint-icmp.c320 icmp_tstamp_print(u_int tstamp) { argument
325 msec = tstamp % 1000;
326 sec = tstamp / 1000;
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h218 struct timespec *tstamp);
/external/tinyalsa/
H A Dpcm.c446 struct timespec *tstamp)
463 *tstamp = pcm->mmap_status->tstamp;
464 if (tstamp->tv_sec == 0 && tstamp->tv_nsec == 0)
445 pcm_get_htimestamp(struct pcm *pcm, unsigned int *avail, struct timespec *tstamp) argument
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c1493 ne_find_cue_point_for_tstamp(nestegg * ctx, struct ebml_list_node * cue_point, unsigned int track, uint64_t scale, uint64_t tstamp) argument
1505 if (ne_get_uint(c->time, &time) == 0 && time * scale > tstamp)
1822 int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp)
1833 if (!start_pos || !end_pos || !tstamp)
1839 *tstamp = 0;
1874 *tstamp = time * tc_scale;
1912 nestegg_track_seek(nestegg * ctx, unsigned int track, uint64_t tstamp) argument
1930 track, tc_scale, tstamp);
2249 nestegg_packet_tstamp(nestegg_packet * pkt, uint64_t * tstamp) argument
2251 *tstamp
1821 nestegg_get_cue_point(nestegg * ctx, unsigned int cluster_num, int64_t max_offset, int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-trace.c449 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) argument
451 double ts = (double)(tstamp - trace->base_time) / NSEC_PER_MSEC;
464 u64 duration, u64 tstamp, FILE *fp)
466 size_t printed = trace__fprintf_tstamp(trace, tstamp, fp);
463 trace__fprintf_entry_head(struct trace *trace, struct thread *thread, u64 duration, u64 tstamp, FILE *fp) argument

Completed in 614 milliseconds

12