Searched refs:pPCMCaptureBuffer (Results 1 – 1 of 1) sorted by relevance
1525 MS_U8 *pPCMCaptureBuffer = NULL; variable9945 …memset((void *)pPCMCaptureBuffer, 0x00, pstAudioCustomerShmData->g_audio_customer_PCM_CAPTURE_Requ… in AU_CUS_PCMCaptureMonitor()9947 …if(MApi_AUDIO_PCMCapture_Read(deviceType, (void *)pPCMCaptureBuffer, pstAudioCustomerShmData->g_au… in AU_CUS_PCMCaptureMonitor()9951 …AU_CUS_FileWrite((void*)pPCMCaptureBuffer, sizeof(MS_U8), pstAudioCustomerShmData->g_audio_custome… in AU_CUS_PCMCaptureMonitor()9958 …madCallBack.pFunc_PCMCaptureDone(pPCMCaptureBuffer, pstAudioCustomerShmData->g_audio_customer_PCM_… in AU_CUS_PCMCaptureMonitor()9988 …pPCMCaptureBuffer = AU_CUS_MemoryAlloc(pstAudioCustomerShmData->g_audio_customer_PCM_CAPTURE_Reque… in AU_CUS_PCMCaptureInit()9990 if(pPCMCaptureBuffer == NULL) in AU_CUS_PCMCaptureInit()27622 AU_CUS_MemoryFree((void *)pPCMCaptureBuffer); in API_AUDIO_CUSTOMER_PCM_StopUpload()