Home
last modified time | relevance | path

Searched refs:tstamp (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c86 uint64_t duration, tstamp, pkt_tstamp; in main() local
163 nestegg_packet_tstamp(pkt, &tstamp); in main()
165 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt); in main()
187 nestegg_packet_tstamp(pkt, &tstamp); in main()
189 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt); in main()
211 nestegg_packet_tstamp(pkt, &tstamp); in main()
213 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c149 uint64_t tstamp = 0; in webm_guess_framerate() local
162 for (i = 0; tstamp < 1000000000 && i < 50;) { in webm_guess_framerate()
171 nestegg_packet_tstamp(pkt, &tstamp); in webm_guess_framerate()
182 vpx_ctx->framerate.denominator = (int)(tstamp / 1000); in webm_guess_framerate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h200 int64_t * end_pos, uint64_t * tstamp);
219 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
306 int nestegg_packet_tstamp(nestegg_packet * packet, uint64_t * tstamp);
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h405 struct timespec tstamp; /* reference timestamp */ member
422 struct timespec tstamp; /* Timestamp */ member
591 struct timespec tstamp; /* Timestamp */ member
703 struct timespec tstamp; /* Timestamp - last update */ member
753 struct timespec tstamp; member
894 struct timespec tstamp; member
Dcompress_offload.h83 struct snd_compr_tstamp tstamp; member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h394 struct timespec tstamp; member
414 struct timespec tstamp; member
589 struct timespec tstamp; member
701 struct timespec tstamp; member
756 struct timespec tstamp; member
910 struct timespec tstamp; member
Dcompress_offload.h50 struct snd_compr_tstamp tstamp; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1493 …tegg * ctx, struct ebml_list_node * cue_point, unsigned int track, uint64_t scale, uint64_t tstamp) in ne_find_cue_point_for_tstamp() argument
1505 if (ne_get_uint(c->time, &time) == 0 && time * scale > tstamp) in ne_find_cue_point_for_tstamp()
1822 int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp) in nestegg_get_cue_point() argument
1833 if (!start_pos || !end_pos || !tstamp) in nestegg_get_cue_point()
1839 *tstamp = 0; in nestegg_get_cue_point()
1874 *tstamp = time * tc_scale; in nestegg_get_cue_point()
1912 nestegg_track_seek(nestegg * ctx, unsigned int track, uint64_t tstamp) in nestegg_track_seek() argument
1930 track, tc_scale, tstamp); in nestegg_track_seek()
2249 nestegg_packet_tstamp(nestegg_packet * pkt, uint64_t * tstamp) in nestegg_packet_tstamp() argument
2251 *tstamp = pkt->timecode; in nestegg_packet_tstamp()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c379 struct snd_compr_tstamp tstamp; in play_file() local
380 if (ioctl(pcm->fd, SNDRV_COMPRESS_TSTAMP, &tstamp)) in play_file()
383 fprintf(stderr, "timestamp = %lld\n", tstamp.timestamp); in play_file()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h395 #define bcmtslog(tstamp, fmt, a1, a2) argument