/third_party/ffmpeg/tools/ |
H A D | seek_print.c | 49 int64_t min_ts, max_ts, ts; in main() local
|
/third_party/ffmpeg/libavformat/ |
H A D | aqtitledec.c | 109 aqt_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) aqt_read_seek() argument
|
H A D | webvttdec.c | 177 webvtt_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) webvtt_read_seek() argument
|
H A D | subtitles.c | 253 ff_subtitles_queue_seek(FFDemuxSubtitlesQueue *q, AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) ff_subtitles_queue_seek() argument 337 ff_subtitles_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) ff_subtitles_read_seek() argument
|
H A D | microdvddec.c | 171 microdvd_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) microdvd_read_seek() argument
|
H A D | tedcaptionsdec.c | 349 tedcaptions_read_seek(AVFormatContext *avf, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) tedcaptions_read_seek() argument
|
H A D | seek.c | 640 int64_t min_ts = INT64_MIN, max_ts = INT64_MAX; in av_seek_frame() local 657 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, in avformat_seek_file() argument 756 ff_rescale_interval(AVRational tb_in, AVRational tb_out, int64_t *min_ts, int64_t *ts, int64_t *max_ts) ff_rescale_interval() argument [all...] |
H A D | imfdec.c | 921 static int imf_seek(AVFormatContext *s, int stream_index, int64_t min_ts, in imf_seek() argument
|
H A D | mpeg.c | 929 int64_t min_ts = INT64_MAX; in vobsub_read_packet() local 1000 vobsub_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) vobsub_read_seek() argument
|
H A D | concatdec.c | 822 try_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) try_seek() argument 840 real_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags, AVFormatContext *cur_avf) real_seek() argument 890 concat_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) concat_seek() argument [all...] |
H A D | sbgdec.c | 1508 sbg_read_seek2(AVFormatContext *avf, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) sbg_read_seek2() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 307 min_ts(uint32_t a, uint32_t b) in min_ts() function
|