Home
last modified time | relevance | path

Searched refs:max_muxing_queue_size (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.h218 SpecifierOpt *max_muxing_queue_size; member
554 int max_muxing_queue_size; member
Dffmpeg_opt.c1575 ost->max_muxing_queue_size = 128; in new_output_stream()
1576 MATCH_PER_STREAM_OPT(max_muxing_queue_size, i, ost->max_muxing_queue_size, oc, st); in new_output_stream()
1577 ost->max_muxing_queue_size *= sizeof(ost->pkt); in new_output_stream()
3800 …, HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_OUTPUT, { .off = OFFSET(max_muxing_queue_size) },
Dffmpeg.c759 ost->max_muxing_queue_size) : in write_packet()
/third_party/ffmpeg/tests/fate/
Dffmpeg.mak35 …rc -i $(TARGET_SAMPLES)/lossless-audio/inside.m4a -c:a pcm_s16le -max_muxing_queue_size 16 -af are…
/third_party/ffmpeg/doc/
Dffmpeg.texi1880 @item -max_muxing_queue_size @var{packets} (@emph{output,per-stream})