Home
last modified time | relevance | path

Searched refs:guess_layout_max (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg.h222 SpecifierOpt *guess_layout_max; member
349 int guess_layout_max; member
H A Dffmpeg_opt.c105 static const char *const opt_name_guess_layout_max[] = {"guess_layout_max", NULL};
1043 ist->guess_layout_max = INT_MAX; in add_input_streams()
1044 MATCH_PER_STREAM_OPT(guess_layout_max, i, ist->guess_layout_max, ic, st); in add_input_streams()
3970 { "guess_layout_max", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_INPUT, { .off = OFFSET(guess_layout_max) },
H A Dffmpeg.c1895 if (dec->ch_layout.nb_channels > ist->guess_layout_max) in guess_input_channel_layout()
/third_party/ffmpeg/tests/fate/
H A Dffmpeg.mak87 -guess_layout_max 0 -f s16le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) -f s16le
92 -guess_layout_max 0 -f s32le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) \
H A Dfilter-audio.mak164 fate-filter-pan-stereo4: CMD = framecrc -ss 3.14 -guess_layout_max 0 -i $(SRC) -frames:a 20 -filter:a "pan=2C|c0=c0-0.5*c1|c1=c1+0.5*c0"
169 fate-filter-pan-upmix1: CMD = framecrc -ss 3.14 -guess_layout_max 0 -i $(SRC) -frames:a 20 -filter:a "pan=4C|c0=c0-0.5*c1|c1=c1+0.5*c0|c2=0*c0|c3=0*c0"

Completed in 16 milliseconds