Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_compand.c59 double gain_dB; member
79 { "gain", "set output gain", OFFSET(gain_dB), AV_OPT_TYPE_DOUBLE, { .dbl = 0 }, -900, 900, A },
462 s->segments[i].y += s->gain_dB; in config_output()
Daf_mcompand.c51 double gain_dB; member
251 s->segments[i].y += s->gain_dB; in parse_points()
490 sscanf(tstr2, "%lf", &s->bands[i].transfer_fn.gain_dB); in config_output()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c673 gdouble gain_dB, peak_val; in parse_relative_volume_adjustment_two() local
690 gain_dB = (gdouble) ((gint16) GST_READ_UINT16_BE (data + 1)) / 512.0; in parse_relative_volume_adjustment_two()
720 id, chan, gain_dB, (guint) peak_bits, peak_val); in parse_relative_volume_adjustment_two()
737 gain_tag_name, gain_dB, NULL); in parse_relative_volume_adjustment_two()