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

1 2 3 4 5 6 7 8

  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
  /bionic/libc/kernel/uapi/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_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
  /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
  /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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_addr.h 55 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addr.h 55 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_addr.h 67 __u32 tstamp; member in struct:ifa_cacheinfo
  /bionic/libc/kernel/uapi/sound/
compress_offload.h 49 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /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/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/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
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_offload.h 50 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /hardware/qcom/msm8x84/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

Completed in 575 milliseconds

1 2 3 4 5 6 7 8