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

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c1332 if (MP3DEC_IsPending(pComponentPrivate,pComponentPrivate->pInputBufferList->pBufHdr[i],OMX_DirInput)) {
2077 if (!MP3DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirInput)) {
2192 if (!MP3DEC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput) &&
3247 * @MP3DEC_IsPending() This function checks whether or not a buffer is pending.
3263 OMX_U32 MP3DEC_IsPending(MP3DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir) function

Completed in 83 milliseconds