HomeSort by relevance Sort by last modified time
    Searched refs:tstamp (Results 1 - 25 of 36) sorted by null

1 2

  /external/blktrace/btt/
latency.c 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency)
26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency));
57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency)
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)
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)
71 plat_x2c(dip->q2c_plat_handle, tstamp, latency)
    [all...]
seek.c 102 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);
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/
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/html/*.jav
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 86 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/
nestegg.h 172 /** 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);
  /bionic/libc/kernel/uapi/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
if_link.h 207 __u32 tstamp; member in struct:ifla_cacheinfo
  /development/ndk/platforms/android-L/include/linux/
if_addr.h 64 __u32 tstamp; member in struct:ifa_cacheinfo
  /external/iproute2/include/linux/
if_addr.h 52 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
if_link.h 204 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
  /external/kernel-headers/original/uapi/linux/
if_addr.h 58 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /external/libnl/include/linux/
if_addr.h 53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
if_link.h 141 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
  /external/libvpx/libvpx/
webmdec.c 149 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/
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,
messagequeue.cc 292 void MessageQueue::DoDelayPost(int cmsDelay, uint32 tstamp,
306 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg);
  /bionic/libc/kernel/uapi/sound/
compress_offload.h 49 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
asound.h 394 struct timespec tstamp; member in struct:snd_pcm_status
414 struct timespec tstamp; member in struct:snd_pcm_mmap_status
589 struct timespec tstamp; member in struct:snd_rawmidi_status
701 struct timespec tstamp; member in struct:snd_timer_status
756 struct timespec tstamp; member in struct:snd_timer_tread
911 struct timespec tstamp; member in struct:snd_ctl_elem_value
    [all...]
  /device/lge/hammerhead/kernel-headers/sound/
compress_offload.h 51 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_offload.h 79 * @tstamp: timestamp infomation
83 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
165 * This also queries the tstamp properties
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 78 * @tstamp: timestamp infomation
82 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
154 * This also queries the tstamp properties
asound.h 405 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
    [all...]
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
rtnetlink.h 357 __u32 tstamp; member in struct:ifa_cacheinfo
618 __u32 tstamp; member in struct:ifla_cacheinfo

Completed in 972 milliseconds

1 2