OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARAM_RATIO
(Results
1 - 4
of
4
) sorted by null
/device/google/dragon/audio/hal/dsp/tests/
drc_test.c
66
drc_set_param(drc, 0,
PARAM_RATIO
, 6.677);
75
drc_set_param(drc, 1,
PARAM_RATIO
, 12);
84
drc_set_param(drc, 2,
PARAM_RATIO
, 1);
/device/google/dragon/audio/hal/dsp/
drc.h
65
*
PARAM_RATIO
- The input/output dB ratio after the knee region.
83
PARAM_RATIO
,
drc.c
96
param[
PARAM_RATIO
] = 12; /* unit-less */
222
float ratio = drc_get_param(drc, i,
PARAM_RATIO
);
/device/google/dragon/audio/hal/
cras_dsp_mod_builtin.c
360
drc_set_param(drc, i,
PARAM_RATIO
, ratio);
Completed in 52 milliseconds