Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrgvolume.c139 gdouble * target_gain, gdouble * result_gain);
297 self->result_gain = 0.0; in gst_rg_volume_init()
384 g_value_set_double (value, self->result_gain); in gst_rg_volume_get_property()
595 gdouble target_gain, result_gain, result_volume; in gst_rg_volume_update_gain() local
598 gst_rg_volume_determine_gain (self, &target_gain, &result_gain); in gst_rg_volume_update_gain()
600 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
608 result_gain, result_volume); in gst_rg_volume_update_gain()
611 result_gain = LINEAR_TO_DB (result_volume); in gst_rg_volume_update_gain()
615 if (target_gain == result_gain) { in gst_rg_volume_update_gain()
618 result_gain, result_volume); in gst_rg_volume_update_gain()
[all …]
Dgstrgvolume.h64 gdouble result_gain; member
Drganalysis.c359 accumulator_result (const RgAnalysisAcc * acc, gdouble * result_gain, in accumulator_result() argument
383 if (result_gain != NULL) in accumulator_result()
384 *result_gain = PINK_REF - (gdouble) i / STEPS_PER_DB; in accumulator_result()