Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.h2286 MS_BOOL API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE(MS_U16 Lbalance, MS_U16 Rbalance);
H A DapiAUDIO_v2_customer.c17833 MS_U16 Lbalance = (MS_U16)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_BALANCE() local
17836 API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE(Lbalance, Rbalance); in AU_CUS_AQ_Tuning_MSTAR_SE_SET_BALANCE()
28342 MS_BOOL API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE(MS_U16 Lbalance, MS_U16 Rbalance) in API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE() argument
28344 … AU_nDBG("[Lbalance = 0x%x] [Lbalance = 0x%x]\n", (unsigned int)Lbalance, (unsigned int)Rbalance); in API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE()
28346 pstAudioCustomerShmData->g_audio_customer_MSTAR_SE_SET_BALANCE_L = Lbalance; in API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE()
28350 return MApi_SND_SetParam1(Sound_SET_PARAM_AbsoluteBalance, Lbalance, Rbalance); in API_AUDIO_CUSTOMER_MSTAR_SE_SET_BALANCE()