Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c10930 static MS_U32 Current_Wptr_Physical3 = 0; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor() local
11122 …TOMER_ADEC0, API_AUDIO_CUSTOMIZED_PATCH_INFO_MS12_DDPE_METADATA_BUF_WPTR, &Current_Wptr_Physical3); in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11129 (unsigned int)Current_Wptr_Physical3, in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11133 if(Current_Wptr_Physical3 > Previous_Wptr_Physical3) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11135 if(Current_Wptr_Physical3 - Previous_Wptr_Physical3 <= Bffer_Length3) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11137 copy_size3 = Current_Wptr_Physical3 - Previous_Wptr_Physical3; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11141 else if(Current_Wptr_Physical3 < Previous_Wptr_Physical3) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11143 if(Current_Wptr_Physical3 == Base_Addr_Physical3) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11148 else if(Current_Wptr_Physical3 > Base_Addr_Physical3) in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
11153 copy_size3 = Current_Wptr_Physical3 - Base_Addr_Physical3; in AU_CUS_INTERNAL_PATCH_General_Dump_Buffer_Monitor()
[all …]