Lines Matching refs:seek_timestamp
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()
2327 if (!seek_pls || !find_timestamp_in_playlist(c, seek_pls, seek_timestamp, &seq_no)) in hls_read_seek()
2350 pls->seek_timestamp = seek_timestamp; in hls_read_seek()
2355 find_timestamp_in_playlist(c, pls, seek_timestamp, &pls->cur_seq_no); in hls_read_seek()
2364 c->cur_timestamp = seek_timestamp; in hls_read_seek()