Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c10920 static MS_U32 Current_Wptr_Physical2 = 0; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor() local
11060 …AUDIO_CUSTOMER_ADEC0, API_AUDIO_CUSTOMIZED_PATCH_INFO_HDMI_NPCM_BUF_WPTR, &Current_Wptr_Physical2); in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11067 (unsigned int)Current_Wptr_Physical2, in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11071 if(Current_Wptr_Physical2 > Previous_Wptr_Physical2) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11073 if(Current_Wptr_Physical2 - Previous_Wptr_Physical2 <= Bffer_Length2) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11075 copy_size2 = Current_Wptr_Physical2 - Previous_Wptr_Physical2; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11083 else if(Current_Wptr_Physical2 < Previous_Wptr_Physical2) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11085 if(Current_Wptr_Physical2 == Base_Addr_Physical2) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11094 else if(Current_Wptr_Physical2 > Base_Addr_Physical2) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11103 copy_size2 = Current_Wptr_Physical2 - Base_Addr_Physical2; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
[all …]