Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c109 #define MATCH_PER_STREAM_OPT(name, type, outvar, fmtctx, st)\ macro
773 MATCH_PER_STREAM_OPT(codec_names, str, codec_name, s, st); in choose_decoder()
816 MATCH_PER_STREAM_OPT(ts_scale, dbl, ist->ts_scale, ic, st); in add_input_streams()
819 MATCH_PER_STREAM_OPT(autorotate, i, ist->autorotate, ic, st); in add_input_streams()
821 MATCH_PER_STREAM_OPT(codec_tags, str, codec_tag, ic, st); in add_input_streams()
833 MATCH_PER_STREAM_OPT(reinit_filters, i, ist->reinit_filters, ic, st); in add_input_streams()
835 MATCH_PER_STREAM_OPT(discard, str, discard_str, ic, st); in add_input_streams()
875 MATCH_PER_STREAM_OPT(frame_rates, str, framerate, ic, st); in add_input_streams()
884 MATCH_PER_STREAM_OPT(top_field_first, i, ist->top_field_first, ic, st); in add_input_streams()
886 MATCH_PER_STREAM_OPT(hwaccels, str, hwaccel, ic, st); in add_input_streams()
[all …]