Searched refs:seek_timestamp (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hls.c | 148 int64_t seek_timestamp; member 313 pls->seek_timestamp = AV_NOPTS_VALUE; in new_playlist() 2091 pls->seek_timestamp = c->cur_timestamp; in recheck_discard_flags() 2185 if (pls->seek_timestamp == AV_NOPTS_VALUE) in hls_read_packet() 2192 pls->seek_timestamp = AV_NOPTS_VALUE; in hls_read_packet() 2199 pls->seek_timestamp; in hls_read_packet() 2202 pls->seek_timestamp = AV_NOPTS_VALUE; in hls_read_packet() 2294 int64_t first_timestamp, seek_timestamp, duration; in hls_read_seek() local 2303 seek_timestamp = av_rescale_rnd(timestamp, AV_TIME_BASE, in hls_read_seek() 2311 if (0 < duration && duration < seek_timestamp - first_timestamp) in hls_read_seek() [all …]
|
D | rtsp.h | 248 int64_t seek_timestamp; member
|
D | rtspdec.c | 558 rt->seek_timestamp / AV_TIME_BASE, in rtsp_read_play() 559 rt->seek_timestamp / (AV_TIME_BASE / 1000) % 1000); in rtsp_read_play() 958 rt->seek_timestamp = av_rescale_q(timestamp, in rtsp_read_seek()
|
D | rtsp.c | 1982 rt->seek_timestamp = 0; /* default is to start stream at position zero */ in ff_rtsp_connect()
|
D | mov.c | 8195 int64_t seek_timestamp = st->index_entries[sample].timestamp; in mov_read_seek() local 8205 … timestamp = av_rescale_q(seek_timestamp, s->streams[stream_index]->time_base, st->time_base); in mov_read_seek()
|
/third_party/ffmpeg/tests/ |
D | fate-run.sh | 441 …ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a co… 443 …ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav … 445 …ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a co…
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 100 int seek_timestamp; member 414 int seek_timestamp; member
|
D | ffmpeg_opt.c | 1232 if (!o->seek_timestamp && ic->start_time != AV_NOPTS_VALUE) in open_input_file() 1237 int64_t seek_timestamp = timestamp; in open_input_file() local 1249 seek_timestamp -= 3*AV_TIME_BASE / 23; in open_input_file() 1252 ret = avformat_seek_file(ic, -1, INT64_MIN, seek_timestamp, seek_timestamp, 0); in open_input_file() 3478 … OPT_INPUT, { .off = OFFSET(seek_timestamp) },
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 1817 @item -seek_timestamp (@emph{input})
|