Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c11608 …U_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_U32 copySize) in AU_CUS_Demo_MM_New_Mode_AdecPcmCallBackFun() argument
11610 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()