Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/post_proc/
H A Dvolume_listener.c612 int max_table_ent = 0; in init_once() local
647max_table_ent = get_custom_gain_table(volume_curve_gain_mapping_table, MAX_VOLUME_CAL_STEPS); in init_once()
652 if (max_table_ent > 0 && max_table_ent <= MAX_VOLUME_CAL_STEPS) { in init_once()
653 if (max_table_ent < total_volume_cal_step) { in init_once()
654 for (int i = max_table_ent; i < total_volume_cal_step; i++ ) { in init_once()
660 total_volume_cal_step = max_table_ent; in init_once()
668 __func__, max_table_ent); in init_once()