Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Df_ebur128.c97 int peak_mode; ///< enabled peak modes member
180 …{ "peak", "set peak mode", OFFSET(peak_mode), AV_OPT_TYPE_FLAGS, {.i64 = PEAK_MODE_NONE}, 0, INT_M…
397 if (ebur128->metadata || (ebur128->peak_mode & PEAK_MODE_TRUE_PEAKS)) in config_audio_input()
443 if (ebur128->peak_mode & PEAK_MODE_TRUE_PEAKS) { in config_audio_output()
468 if (ebur128->peak_mode & PEAK_MODE_SAMPLES_PEAKS) { in config_audio_output()
509 if (!CONFIG_SWRESAMPLE && (ebur128->peak_mode & PEAK_MODE_TRUE_PEAKS)) { in init()
591 if (ebur128->peak_mode & PEAK_MODE_TRUE_PEAKS) { in filter_frame()
628 if (ebur128->peak_mode & PEAK_MODE_SAMPLES_PEAKS) in filter_frame()
837 if (ebur128->peak_mode & PEAK_MODE_ ## ptype ## _PEAKS) { \ in filter_frame()
871 if (ebur128->peak_mode & PEAK_MODE_ ## ptype ## _PEAKS) { \ in filter_frame()
[all …]