OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_vol
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/audio/post_proc/
volume_listener.c
225
float
new_vol
= 0.0;
local
239
(
new_vol
< (context->left_vol + context->right_vol) / 2)) {
240
new_vol
= (context->left_vol + context->right_vol) / 2;
244
if (
new_vol
!= current_vol) {
246
__func__, current_vol,
new_vol
);
252
if (
new_vol
>= 1) { // max amplitude, use highest DRC level
254
} else if (
new_vol
<= 0) {
258
if (
new_vol
< volume_curve_gain_mapping_table[max_level + 1].amp &&
259
new_vol
>= volume_curve_gain_mapping_table[max_level].amp) {
278
__func__, current_vol,
new_vol
, current_gain_dep_cal_level
[
all
...]
Completed in 114 milliseconds