Home
last modified time | relevance | path

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

/hardware/msm7k/libaudio/
DAudioHardware.cpp40 static int audpre_index, tx_iir_index; variable
774 audpre_index = calculate_audpre_table_index(sampleRate); in set()
775 tx_iir_index = (audpre_index * 2) + (hw->checkOutputStandby() ? 0 : 1); in set()
776 LOGD("audpre_index = %d, tx_iir_index = %d\n", audpre_index, tx_iir_index); in set()
783 status = msm72xx_set_audpre_params(audpre_index, tx_iir_index); in set()
790 status = msm72xx_enable_audpre((int)acoustic_flags, audpre_index, tx_iir_index); in set()