Searched refs:max_chunk_duration (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 67 {"chunk_duration", "microseconds for each chunk", OFFSET(max_chunk_duration), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX-1, E},
|
H A D | avformat.h | 1596 int max_chunk_duration; member
|
H A D | mux.c | 827 int chunked = s->max_chunk_size || s->max_chunk_duration; in ff_interleave_add_packet() 850 uint64_t max= av_rescale_q_rnd(s->max_chunk_duration, AV_TIME_BASE_Q, st->time_base, AV_ROUND_UP); in ff_interleave_add_packet()
|
Completed in 8 milliseconds