Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c26240 MS_U32 *pCurrLevel = 0; in API_AUDIO_CUSTOMER_GetBufferStatus() local
26245 if(pMaxSize != NULL && pCurrLevel != NULL ) in API_AUDIO_CUSTOMER_GetBufferStatus()
26248 MApi_AUDIO_GetAudioInfo2(DecID, Audio_infoType_esBuf_currLevel, (void*)pCurrLevel); in API_AUDIO_CUSTOMER_GetBufferStatus()
26249 *pFreeSize = *pMaxSize - *pCurrLevel; in API_AUDIO_CUSTOMER_GetBufferStatus()