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

1 2 3 4 5

  /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/libvpx/libvpx/nestegg/test/
test.c 84 uint64_t duration, tstamp, pkt_tstamp; local
161 nestegg_packet_tstamp(pkt, &tstamp);
163 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
185 nestegg_packet_tstamp(pkt, &tstamp);
187 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
209 nestegg_packet_tstamp(pkt, &tstamp);
211 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
  /bionic/libc/kernel/common/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.h 190 virtual void PostAt(uint32 tstamp, MessageHandler *phandler,
192 return DoDelayPost(TimeUntil(tstamp), tstamp, phandler, id, pdata);
224 void DoDelayPost(int cmsDelay, uint32 tstamp, MessageHandler *phandler,
  /external/iproute2/include/linux/
if_addr.h 52 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /external/kernel-headers/original/linux/
if_addr.h 55 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_addr.h 53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
if_link.h 139 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_addr.h 53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
if_link.h 139 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_addr.h 53 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
if_link.h 139 __u32 tstamp; /* ipv6InterfaceTable updated timestamp */ member in struct:ifla_cacheinfo
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 157 /** Query the tstamp scale of the media stream in nanoseconds.
173 /** Seek @a track to @a tstamp. Stream seek will terminate at the earliest
174 key point in the stream at or before @a tstamp. Other tracks in the
178 @param tstamp Absolute timestamp in nanoseconds.
181 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
265 @param tstamp Storage for the queried timestamp in nanoseconds.
268 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 105 struct timespec * tstamp,
128 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
asound.h 386 struct timespec tstamp; /* reference timestamp */ member in struct:snd_pcm_status
401 struct timespec tstamp; /* Timestamp */ member in struct:snd_pcm_mmap_status
518 struct timespec tstamp; /* Timestamp */ member in struct:snd_rawmidi_status
631 struct timespec tstamp; /* Timestamp - last update */ member in struct:snd_timer_status
683 struct timespec tstamp; member in struct:snd_timer_tread
824 struct timespec tstamp; member in struct:snd_ctl_elem_value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 105 struct timespec * tstamp,
128 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
asound.h 386 struct timespec tstamp; /* reference timestamp */ member in struct:snd_pcm_status
401 struct timespec tstamp; /* Timestamp */ member in struct:snd_pcm_mmap_status
518 struct timespec tstamp; /* Timestamp */ member in struct:snd_rawmidi_status
631 struct timespec tstamp; /* Timestamp - last update */ member in struct:snd_timer_status
683 struct timespec tstamp; member in struct:snd_timer_tread
824 struct timespec tstamp; member in struct:snd_ctl_elem_value
    [all...]
  /bionic/libc/kernel/common/sound/
compress_offload.h 50 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
asound.h 371 struct timespec tstamp; member in struct:snd_pcm_status
389 struct timespec tstamp; member in struct:snd_pcm_mmap_status
509 struct timespec tstamp; member in struct:snd_rawmidi_status
621 struct timespec tstamp; member in struct:snd_timer_status
676 struct timespec tstamp; member in struct:snd_timer_tread
827 struct timespec tstamp; member in struct:snd_ctl_elem_value
    [all...]
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 50 if (cache_info->cstamp != cache_info->tstamp)
  /external/kernel-headers/original/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
asound.h 396 struct timespec tstamp; /* reference timestamp */ member in struct:snd_pcm_status
411 struct timespec tstamp; /* Timestamp */ member in struct:snd_pcm_mmap_status
530 struct timespec tstamp; /* Timestamp */ member in struct:snd_rawmidi_status
642 struct timespec tstamp; /* Timestamp - last update */ member in struct:snd_timer_status
692 struct timespec tstamp; member in struct:snd_timer_tread
831 struct timespec tstamp; member in struct:snd_ctl_elem_value
    [all...]

Completed in 616 milliseconds

1 2 3 4 5