Searched defs:G726DEC_IsPending (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c908 if (!G726DEC_IsPending(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i],
1073 if (G726DEC_IsPending(pComponentPrivate,pComponentPrivate->pInputBufferList->pBufHdr[i],
1359 if (!G726DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirInput)) {
1451 if (!G726DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput) &&
2318 * @G726DEC_IsPending() This function checks whether or not a buffer is pending.
2334 OMX_U32 G726DEC_IsPending(G726DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir) function

Completed in 9 milliseconds