Home
last modified time | relevance | path

Searched defs:sample_time (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dr3d.c379 static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) in r3d_seek()
Dmxfdec.c4100 static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) in mxf_read_seek()
Dmov.c9780 static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c60 uint64_t sample_time[MAX_CNTR_PER_GROUP]; member
286 resample_counter(struct counter_group *group, int ctr, uint64_t sample_time) in resample_counter()
/third_party/libabigail/tests/lib/
Dcatch.hpp6928 auto sample_time = model.elapsed() - env.clock_cost.mean; in run() local