Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c10910 static MS_U32 Current_Wptr_Physical = 0; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor() local
10958 …I_AUDIO_CUSTOMER_ADEC0, API_AUDIO_CUSTOMIZED_PATCH_INFO_DEC_PCM1_BUF_WPTR, &Current_Wptr_Physical); in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
10965 (unsigned int)Current_Wptr_Physical, in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
10969 if(Current_Wptr_Physical > Previous_Wptr_Physical) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
10971 if(Current_Wptr_Physical - Previous_Wptr_Physical <= Bffer_Length) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
10986 copy_size = Current_Wptr_Physical - Previous_Wptr_Physical; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
10994 else if(Current_Wptr_Physical < Previous_Wptr_Physical) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
10996 if(Current_Wptr_Physical == Base_Addr_Physical) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11019 else if(Current_Wptr_Physical > Base_Addr_Physical) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11041 copy_size = Current_Wptr_Physical - Base_Addr_Physical; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
[all …]