Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c17687 API_AUDIO_CUSTOMER_MSTAR_HPF_COEF hpf_coef; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef() local
17692 hpf_coef.a0 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef()
17696 hpf_coef.a1 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef()
17700 hpf_coef.a2 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef()
17704 hpf_coef.b1 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef()
17708 hpf_coef.b2 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef()
17710 API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef(&hpf_coef); in AU_CUS_AQ_Tuning_MSTAR_SE_SET_HPFCoef()
28187 MS_BOOL API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef(API_AUDIO_CUSTOMER_MSTAR_HPF_COEF *hpf_coef) in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef() argument
28191 AU_nDBG("[hpf_coef->a0 = 0x%x]\n", (unsigned int)hpf_coef->a0); in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
28192 AU_nDBG("[hpf_coef->a1 = 0x%x]\n", (unsigned int)hpf_coef->a1); in API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef()
[all …]
H A DapiAUDIO_v2_customer.h2215 MS_BOOL API_AUDIO_CUSTOMER_MSTAR_SE_SET_HPFCoef(API_AUDIO_CUSTOMER_MSTAR_HPF_COEF *hpf_coef);