Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c11391 int copy_size1, copy_size2, copy_length; in AU_CUS_PATCH_Dump_R2_Log_Monitor() local
11398 copy_length = Current_Wptr_Physical - Previous_Wptr_Physical; in AU_CUS_PATCH_Dump_R2_Log_Monitor()
11399 if (copy_length < 0) in AU_CUS_PATCH_Dump_R2_Log_Monitor()
11401 copy_length += Bffer_Length; in AU_CUS_PATCH_Dump_R2_Log_Monitor()
11404 if (copy_length >= (End_Addr_Physical - Previous_Wptr_Physical)) in AU_CUS_PATCH_Dump_R2_Log_Monitor()
11407 copy_size2 = copy_length - copy_size1; in AU_CUS_PATCH_Dump_R2_Log_Monitor()
11419 …rite((void*)MsOS_MPool_PA2KSEG1(Previous_Wptr_Physical), sizeof(char), copy_length, pAU_R2LogBuffe… in AU_CUS_PATCH_Dump_R2_Log_Monitor()