Searched refs:PEQCoef (Results 1 – 1 of 1) sorted by relevance
28131 AUDIO_PEQ_COEF PEQCoef = {0,}; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef() local28161 PEQCoef.band = peq_coef->band; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28162 PEQCoef.sfs = 1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28166 PEQCoef.scale = peq_coef->scale; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28170 PEQCoef.scale = 1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28173 PEQCoef.a0 = peq_coef->a0; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28174 PEQCoef.a1 = peq_coef->a1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28175 PEQCoef.a2 = peq_coef->a2; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28176 PEQCoef.b1 = peq_coef->b1; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()28177 PEQCoef.b2 = peq_coef->b2; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef()[all …]