Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1525 MS_U8 *pPCMCaptureBuffer = NULL; variable
9945 …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()
9988pPCMCaptureBuffer = 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()