OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_gain
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/isp/
isp_config_translator.cpp
57
double
max_gain
= XCAM_MAX (from.b_gain, from.r_gain);
local
58
max_gain
= XCAM_MAX (
max_gain
, from.gr_gain);
59
max_gain
= XCAM_MAX (
max_gain
, from.gb_gain);
61
interger_bits = _get_max_bits (
max_gain
);
/external/speex/libspeexdsp/
preprocess.c
235
float
max_gain
; /**< Maximum gain allowed */
member in struct:SpeexPreprocessState_
514
st->
max_gain
= 30;
586
if (st->init_max < st->
max_gain
&& st->nb_adapt > 20)
599
if (target_gain > st->
max_gain
)
600
target_gain = st->
max_gain
;
[
all
...]
/external/adhd/cras/src/libcras/
cras_client.c
2669
long
max_gain
;
local
[
all
...]
Completed in 281 milliseconds