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

1 2 3 4 5 6

  /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);
  /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
  /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 158 /** Query the tstamp scale of the media stream in nanoseconds.
174 /** Seek @a track to @a tstamp. Stream seek will terminate at the earliest
175 key point in the stream at or before @a tstamp. Other tracks in the
179 @param tstamp Absolute timestamp in nanoseconds.
182 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
266 @param tstamp Storage for the queried timestamp in nanoseconds.
269 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);
  /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);
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.h 203 virtual void PostAt(uint32 tstamp, MessageHandler *phandler,
205 return DoDelayPost(TimeUntil(tstamp), tstamp, phandler, id, pdata);
240 void DoDelayPost(int cmsDelay, uint32 tstamp, MessageHandler *phandler,
  /external/tinycompress/
cplay.c 141 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);
compress.c 315 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");
    [all...]
  /external/tinycompress/include/tinycompress/
tinycompress.h 113 * @tstamp: hw time
116 unsigned int *avail, struct timespec *tstamp);
  /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 1288 milliseconds

1 2 3 4 5 6