Lines Matching defs:time
43 #include "libavutil/time.h"
199 int64_t time; // Set by a private option.
271 time(&now0);
1388 /* For the first time, wait until all the media playlists are created */
1864 time_t t = time(NULL);
2451 int64_t after_init_list_dur = (vs->sequence - hls->start_sequence - vs->nb_entries) * hls->time;
2452 hls->recording_time = hls->time;
2922 time_t t = time(NULL);
2939 hls->recording_time = hls->init_time ? hls->init_time : hls->time;
2942 // Independent segments cannot be guaranteed when splitting by time
3092 hls->recording_time = hls->time;
3108 {"hls_time", "set segment length", OFFSET(time), AV_OPT_TYPE_DURATION, {.i64 = 2000000}, 0, INT64_MAX, E},
3131 {"hls_fmp4_init_resend", "resend fragment mp4 init file after refresh m3u8 every time", OFFSET(resend_init_file), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, E },
3139 {"split_by_time", "split the hls segment by time which user set by hls_time", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_SPLIT_BY_TIME }, 0, UINT_MAX, E, "flags"},