Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1328 pfnAudioCustomerAdecDecodeDone pFunc_AdecDecDone; member
9822 if( madCallBack.pFunc_AdecDecDone !=NULL) in AU_CUS_AdecPcmOutMonitor()
9824 … madCallBack.pFunc_AdecDecDone(API_AUDIO_CUSTOMER_ADEC0, pAdecPcmHandle->PcmInfo.U32WrtBytes); in AU_CUS_AdecPcmOutMonitor()
9848 if( madCallBack.pFunc_AdecDecDone !=NULL) in AU_CUS_AdecPcmOutMonitor()
9850 … madCallBack.pFunc_AdecDecDone(API_AUDIO_CUSTOMER_ADEC1, pAdecPcmHandle->PcmInfo.U32WrtBytes); in AU_CUS_AdecPcmOutMonitor()
26385 madCallBack.pFunc_AdecDecDone = pfnDecodeDoneCallBack; in API_AUDIO_CUSTOMER_AdecRegisterDecodeDoneCallback()