Searched refs:analyze_mode (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_hdcd.c | 962 int analyze_mode; member 996 …OFFSET(analyze_mode), AV_OPT_TYPE_INT, { .i64=HDCD_ANA_OFF }, 0, HDCD_ANA_TOP-1, A, "analyze_mode"… 1372 if (ctx->analyze_mode) in hdcd_process() 1385 if (ctx->analyze_mode) in hdcd_process() 1386 …e(samples, envelope_run, stride, gain, target_gain, peak_extend, ctx->analyze_mode, state->sustain… in hdcd_process() 1397 if (ctx->analyze_mode) in hdcd_process() 1398 …d_analyze(samples, lead, stride, gain, target_gain, peak_extend, ctx->analyze_mode, state->sustain… in hdcd_process() 1415 if (ctx->analyze_mode) { in hdcd_process_stereo() 1430 if (ctx->analyze_mode) { in hdcd_process_stereo() 1432 ctx->analyze_mode, in hdcd_process_stereo() [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | filter-audio.mak | 330 fate-filter-hdcd-analyze-pe: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=pe -f s24le 335 fate-filter-hdcd-analyze-lle: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=lle -f s24le 340 fate-filter-hdcd-analyze-cdt: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=cdt -f s24le 345 fate-filter-hdcd-analyze-tgm: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=tgm -f s24le 351 fate-filter-hdcd-analyze-ltgm: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=lle:process_stereo=false -… 356 fate-filter-hdcd-analyze-pel: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=pe:force_pe=true -f s24le
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 4440 @item analyze_mode 4445 @code{analyze_mode=pe:force_pe=true} can be used to see all samples above the PE level.
|