Home
last modified time | relevance | path

Searched refs:seg_start_ts (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhls.c1686 int64_t *seg_start_ts) in find_timestamp_in_playlist()
1701 if (seg_start_ts) { in find_timestamp_in_playlist()
1702 *seg_start_ts = pos; in find_timestamp_in_playlist()
2434 int64_t seq_no, seg_start_ts; in hls_read_seek() local
2465 if (!seek_pls || !find_timestamp_in_playlist(c, seek_pls, seek_timestamp, &seq_no, &seg_start_ts)) in hls_read_seek()
2472 seek_timestamp = seg_start_ts; in hls_read_seek()
1684 find_timestamp_in_playlist(HLSContext *c, struct playlist *pls, int64_t timestamp, int64_t *seq_no, int64_t *seg_start_ts) find_timestamp_in_playlist() argument

Completed in 5 milliseconds