Home
last modified time | relevance | path

Searched refs:muxing_queue_data_threshold (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h220 SpecifierOpt *muxing_queue_data_threshold; member
577 size_t muxing_queue_data_threshold; member
Dffmpeg_mux.c73 (ost->muxing_queue_data_size + pkt->size) > ost->muxing_queue_data_threshold; in of_write_packet()
Dffmpeg_opt.c1689 ost->muxing_queue_data_threshold = 50*1024*1024; in new_output_stream()
1690 MATCH_PER_STREAM_OPT(muxing_queue_data_threshold, i, ost->muxing_queue_data_threshold, oc, st); in new_output_stream()
4019 …ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_OUTPUT, { .off = OFFSET(muxing_queue_data_threshold) },
/third_party/ffmpeg/doc/
Dffmpeg.texi1967 @item -muxing_queue_data_threshold @var{bytes} (@emph{output,per-stream})