Searched refs:max_muxing_queue_size (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 218 SpecifierOpt *max_muxing_queue_size; member 565 int max_muxing_queue_size; member 576 /* Threshold after which max_muxing_queue_size will be in effect */
|
H A D | ffmpeg_mux.c | 74 size_t limit = are_we_over_size ? ost->max_muxing_queue_size : SIZE_MAX; in of_write_packet()
|
H A D | ffmpeg_opt.c | 103 static const char *const opt_name_max_muxing_queue_size[] = {"max_muxing_queue_size", NULL}; 1684 ost->max_muxing_queue_size = 128; in new_output_stream() 1685 MATCH_PER_STREAM_OPT(max_muxing_queue_size, i, ost->max_muxing_queue_size, oc, st); in new_output_stream() 4017 { "max_muxing_queue_size", HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_OUTPUT, { .off = OFFSET(max_muxing_queue_size) }, 4020 "set the threshold after which max_muxing_queue_size is taken into account", "bytes" },
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 35 fate-ffmpeg-attached_pics: CMD = threads=2 framecrc -i $(TARGET_SAMPLES)/lossless-audio/inside.m4a -threads 1 -max_muxing_queue_size 16 -af aresample
|
Completed in 10 milliseconds