OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARAM_POST_GAIN
(Results
1 - 4
of
4
) sorted by null
/device/google/dragon/audio/hal/dsp/tests/
drc_test.c
69
drc_set_param(drc, 0,
PARAM_POST_GAIN
, -7);
78
drc_set_param(drc, 1,
PARAM_POST_GAIN
, 0.7);
87
drc_set_param(drc, 2,
PARAM_POST_GAIN
, 0);
/device/google/dragon/audio/hal/dsp/
drc.h
70
*
PARAM_POST_GAIN
- The static boost value in output, in dB.
91
PARAM_POST_GAIN
,
drc.c
109
param[
PARAM_POST_GAIN
] = 0; /* dB */
230
float db_post_gain = drc_get_param(drc, i,
PARAM_POST_GAIN
);
/device/google/dragon/audio/hal/
cras_dsp_mod_builtin.c
363
drc_set_param(drc, i,
PARAM_POST_GAIN
, boost);
Completed in 81 milliseconds