Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c10940 static MS_U32 Current_Wptr_Physical4 = 0; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor() local
11168 …I_AUDIO_CUSTOMER_ADEC0, API_AUDIO_CUSTOMIZED_PATCH_INFO_DEC_ES1_BUF_RPTR, &Current_Wptr_Physical4); in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11175 (unsigned int)Current_Wptr_Physical4, in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11179 if(Current_Wptr_Physical4 > Previous_Wptr_Physical4) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11181 if(Current_Wptr_Physical4 - Previous_Wptr_Physical4 <= Bffer_Length4) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11183 copy_size4 = Current_Wptr_Physical4 - Previous_Wptr_Physical4; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11187 else if(Current_Wptr_Physical4 < Previous_Wptr_Physical4) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11189 if(Current_Wptr_Physical4 == Base_Addr_Physical4) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11194 else if(Current_Wptr_Physical4 > Base_Addr_Physical4) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11199 copy_size4 = Current_Wptr_Physical4 - Base_Addr_Physical4; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
[all …]