OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARAM_RELEASE
(Results
1 - 4
of
4
) sorted by null
/device/google/dragon/audio/hal/dsp/tests/
drc_test.c
68
drc_set_param(drc, 0,
PARAM_RELEASE
, 0.2);
77
drc_set_param(drc, 1,
PARAM_RELEASE
, 0.2);
86
drc_set_param(drc, 2,
PARAM_RELEASE
, 1);
/device/google/dragon/audio/hal/dsp/
drc.h
67
*
PARAM_RELEASE
- The time to increase the gain by 10dB, in seconds.
85
PARAM_RELEASE
,
drc.c
98
param[
PARAM_RELEASE
] = 0.250f; /* seconds */
224
float release_time = drc_get_param(drc, i,
PARAM_RELEASE
);
/device/google/dragon/audio/hal/
cras_dsp_mod_builtin.c
362
drc_set_param(drc, i,
PARAM_RELEASE
, release);
Completed in 111 milliseconds