Home
last modified time | relevance | path

Searched refs:right_vol (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/post_proc/
Dvolume_listener.c82 float right_vol; member
210 … context->dev_id, context->state, context->session_id, context->left_vol,context->right_vol); in dump_list_l()
239 (new_vol < (context->left_vol + context->right_vol) / 2)) { in check_and_set_gain_dep_cal()
240 new_vol = (context->left_vol + context->right_vol) / 2; in check_and_set_gain_dep_cal()
514 float left_vol = 0, right_vol = 0; in vol_effect_command() local
530 right_vol = (float)(*((uint32_t *)p_cmd_data + 1)) / (1 << 24); in vol_effect_command()
532 context->right_vol, left_vol, right_vol); in vol_effect_command()
535 context->right_vol = right_vol; in vol_effect_command()