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

1 2 3 4 5

  /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/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
  /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);
  /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);
  /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
  /bionic/libc/kernel/common/sound/
compress_offload.h 50 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /external/blktrace/btt/
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/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
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 379 struct snd_compr_tstamp tstamp; local
380 if (ioctl(pcm->fd, SNDRV_COMPRESS_TSTAMP, &tstamp))
383 fprintf(stderr, "timestamp = %lld\n", tstamp.timestamp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h 105 /** timer tstamp + event read structure */
108 snd_htimestamp_t tstamp; /**< Time stamp of each event */ member in struct:_snd_timer_tread
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 105 /** timer tstamp + event read structure */
108 snd_htimestamp_t tstamp; /**< Time stamp of each event */ member in struct:_snd_timer_tread
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 105 /** timer tstamp + event read structure */
108 snd_htimestamp_t tstamp; /**< Time stamp of each event */ member in struct:_snd_timer_tread
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 109 struct skb_timeval tstamp; member in struct:sk_buff

Completed in 730 milliseconds

1 2 3 4 5