Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c10598 MS_U32 u32PCMlevelinMs = 0; in AU_CUS_AV_Sync_Info_Monitor() local
10652 …ecInfo.adecIndex, API_AUDIO_CUSTOMER_COMMON_INFO_PCM_BUFFER_CURRENT_LEVEL_IN_MS, &u32PCMlevelinMs); in AU_CUS_AV_Sync_Info_Monitor()
10658 … pstAudioCustomerShmData->g_audio_customer_AU_AV_Sync_Info_PCMlevel_in_ms = u32PCMlevelinMs; in AU_CUS_AV_Sync_Info_Monitor()
10720 MS_U32 u32PCMlevelinMs = 0; in AU_CUS_ADEC_Underrun_Monitor() local
10721 …O_CUSTOMER_ADEC0, API_AUDIO_CUSTOMER_COMMON_INFO_PCM_BUFFER_CURRENT_LEVEL_IN_MS, &u32PCMlevelinMs); in AU_CUS_ADEC_Underrun_Monitor()
10723 … if(u32PCMlevelinMs < pstAudioCustomerShmData->g_audio_customer_ADEC0_Underrun_Threshold_in_ms) in AU_CUS_ADEC_Underrun_Monitor()
10740 MS_U32 u32PCMlevelinMs = 0; in AU_CUS_ADEC_Underrun_Monitor() local
10741 …O_CUSTOMER_ADEC1, API_AUDIO_CUSTOMER_COMMON_INFO_PCM_BUFFER_CURRENT_LEVEL_IN_MS, &u32PCMlevelinMs); in AU_CUS_ADEC_Underrun_Monitor()
10743 … if(u32PCMlevelinMs < pstAudioCustomerShmData->g_audio_customer_ADEC1_Underrun_Threshold_in_ms) in AU_CUS_ADEC_Underrun_Monitor()