Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dsoftvol_curve_unittest.cc18 scaler = convert_softvol_scaler_from_dB(-2000); in TEST()
20 scaler = convert_softvol_scaler_from_dB(-1000); in TEST()
22 scaler = convert_softvol_scaler_from_dB(-4000); in TEST()
24 scaler = convert_softvol_scaler_from_dB(-3500); in TEST()
/external/adhd/cras/src/server/
Dsoftvol_curve.h24 static inline float convert_softvol_scaler_from_dB(long dBFS) in convert_softvol_scaler_from_dB() function
Dsoftvol_curve.c135 scalers[volume] = convert_softvol_scaler_from_dB( in softvol_build_from_curve()
Dcras_iodev.c787 scaler = convert_softvol_scaler_from_dB(gain); in cras_iodev_get_software_gain_scaler()