Searched refs:sample_time (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | r3d.c | 379 static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) in r3d_seek() argument 388 frame_num = av_rescale_q(sample_time, st->time_base, in r3d_seek() 391 frame_num, sample_time); in r3d_seek()
|
H A D | mxfdec.c | 4100 static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) in mxf_read_seek() argument 4113 /* if audio then truncate sample_time to EditRate */ in mxf_read_seek() 4115 sample_time = av_rescale_q(sample_time, st->time_base, in mxf_read_seek() 4121 if (sample_time < 0) in mxf_read_seek() 4122 sample_time = 0; in mxf_read_seek() 4123 seconds = av_rescale(sample_time, st->time_base.num, st->time_base.den); in mxf_read_seek() 4129 avpriv_update_cur_dts(s, st, sample_time); in mxf_read_seek() 4140 sample_time = av_rescale_q(sample_time, new_source_trac in mxf_read_seek() [all...] |
H A D | mov.c | 9337 static int mov_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) 9350 sample = mov_seek_stream(s, st, sample_time, flags);
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 903 sample_time = 0 963 sample_time += time.time() - start 989 print("%9.2fs tick processing time" % sample_time)
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 6928 auto sample_time = model.elapsed() - env.clock_cost.mean; 6929 if (sample_time < FloatDuration<Clock>::zero()) sample_time = FloatDuration<Clock>::zero(); 6930 return sample_time / iterations_per_sample;
|
Completed in 39 milliseconds