Home
last modified time | relevance | path

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

/external/adhd/cras/
DREADME67 max_volume - The maximum volume for this output specified in dBFS * 100.
68 volume_step - Number of dB per volume 'tick' specified in dBFS * 100.
76 This example configures the Headphones to have a max volume of -3dBFS with a
77 step size of 0.75dBFS and the Speaker to have the curve specified by the steps
78 given, which is a 1dBFS per step curve from max = +0.5dBFS to min = -99.5dBFS
79 (volume step 10 is -89.5dBFS).
DREADME.dbus-api36 in dBFS * 100. For example 5dB of gain would be
43 in dBFS * 100. For example 5dB of gain would be
57 int32 input_gain (in dBFS * 100)
201 expressed in dBFS*100.
231 expressed in dBFS*100.
/external/adhd/cras/src/server/
Dsoftvol_curve.h24 static inline float convert_softvol_scaler_from_dB(long dBFS) in convert_softvol_scaler_from_dB() argument
26 return expf(LOG_10 * dBFS / 2000); in convert_softvol_scaler_from_dB()
Dcras_alsa_mixer.h83 long dBFS,
107 long dBFS,
Dcras_alsa_mixer.c927 long dBFS, in cras_alsa_mixer_set_dBFS() argument
938 to_set = dBFS + cras_mixer->max_volume_dB; in cras_alsa_mixer_set_dBFS()
978 long dBFS, in cras_alsa_mixer_set_capture_dBFS() argument
985 to_set = dBFS; in cras_alsa_mixer_set_capture_dBFS()