Searched refs:seek_timestamp (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 159 int64_t seek_timestamp; member 328 pls->seek_timestamp = AV_NOPTS_VALUE; in new_playlist() 2221 pls->seek_timestamp = c->cur_timestamp; in recheck_discard_flags() 2324 if (pls->seek_timestamp == AV_NOPTS_VALUE) in hls_read_packet() 2331 pls->seek_timestamp = AV_NOPTS_VALUE; in hls_read_packet() 2338 pls->seek_timestamp; in hls_read_packet() 2341 pls->seek_timestamp = AV_NOPTS_VALUE; in hls_read_packet() 2433 int64_t first_timestamp, seek_timestamp, duration; in hls_read_seek() local 2442 seek_timestamp = av_rescale_rnd(timestamp, AV_TIME_BASE, in hls_read_seek() 2449 if (0 < duration && duration < seek_timestamp in hls_read_seek() [all...] |
H A D | rtsp.h | 246 int64_t seek_timestamp; member
|
H A D | rtspdec.c | 567 rt->seek_timestamp / AV_TIME_BASE, in rtsp_read_play() 568 rt->seek_timestamp / (AV_TIME_BASE / 1000) % 1000); in rtsp_read_play() 967 rt->seek_timestamp = av_rescale_q(timestamp, in rtsp_read_seek()
|
H A D | rtsp.c | 1991 rt->seek_timestamp = 0; /* default is to start stream at position zero */ in ff_rtsp_connect()
|
H A D | mov.c | 9356 int64_t seek_timestamp = sti->index_entries[sample].timestamp; 9367 timestamp = av_rescale_q(seek_timestamp, s->streams[stream_index]->time_base, st->time_base);
|
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 514 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile2) 516 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav md5: 518 ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile3)
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 94 int seek_timestamp; member
|
H A D | ffmpeg_opt.c | 1325 if (!o->seek_timestamp && ic->start_time != AV_NOPTS_VALUE) in open_input_file() 1330 int64_t seek_timestamp = timestamp; in open_input_file() local 1342 seek_timestamp -= 3*AV_TIME_BASE / 23; in open_input_file() 1345 ret = avformat_seek_file(ic, -1, INT64_MIN, seek_timestamp, seek_timestamp, 0); in open_input_file() 3699 { "seek_timestamp", HAS_ARG | OPT_INT | OPT_OFFSET | 3700 OPT_INPUT, { .off = OFFSET(seek_timestamp) },
|
Completed in 28 milliseconds