Searched refs:copySize (Results 1 – 1 of 1) sorted by relevance
11608 …U_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_U32 copySize) in AU_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun() argument11610 if(AU_DEMO_MM_NEW_MODE_GET_PCM_BUFFER_SIZE < copySize) in AU_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun()11612 AU_nPRINT("warning: buffer size is not enough, copySize = %d \n", (unsigned int)copySize); in AU_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun()11615 API_AUDIO_CUSTOMER_AdecPcmGet(adecIndex, pAU_Demo_MM_New_Mode_Get_PCM_Buffer, copySize); in AU_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun()11619 …AU_CUS_FileWrite(pAU_Demo_MM_New_Mode_Get_PCM_Buffer, sizeof(char), copySize, pAU_Demo_MM_New_Mode… in AU_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun()