Home
last modified time | relevance | path

Searched refs:muxing_queue_data_threshold (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h220 SpecifierOpt *muxing_queue_data_threshold; member
577 size_t muxing_queue_data_threshold; member
H A Dffmpeg_mux.c73 (ost->muxing_queue_data_size + pkt->size) > ost->muxing_queue_data_threshold; in of_write_packet()
H A Dffmpeg_opt.c104 static const char *const opt_name_muxing_queue_data_threshold[] = {"muxing_queue_data_threshold", NULL};
1689 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 { "muxing_queue_data_threshold", HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_OUTPUT, { .off = OFFSET(muxing_queue_data_threshold) },

Completed in 10 milliseconds