Searched refs:G726DEC_SetPending (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h970 void G726DEC_SetPending(G726DEC_COMPONENT_PRIVATE *pComponentPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c888 G726DEC_SetPending(pComponentPrivate,pComponentPrivate->pInputBufHdrPending[i],OMX_DirInput,
910 G726DEC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],
1361 G726DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirInput,__LINE__);
1453 G726DEC_SetPending(pComponentPrivate,pBufHeader,OMX_DirOutput,__LINE__);
2233 * @G726DEC_SetPending() This function marks the buffer as pending when it is sent
2249 void G726DEC_SetPending(G726DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir, OMX_U32 lineNumber) function
2253 G726DEC_DPRINT("Called G726DEC_SetPending\n");

Completed in 26 milliseconds