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

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c1232 if (!G722ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirInput)) {
1333 if (!G722ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
1361 if (!G722ENC_IsPending(pComponentPrivate,pBufHeader,OMX_DirOutput)) {
2282 if (!G722ENC_IsPending(pComponentPrivate, pComponentPrivate->pInputBufHdrPending[i], OMX_DirInput)) {
2301 if (!G722ENC_IsPending(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i], OMX_DirOutput)) {
2527 * @fn G722ENC_IsPending() description for G722ENC_IsPending
2528 G722ENC_IsPending().
2539 OMX_U32 G722ENC_IsPending(G722ENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir) function

Completed in 93 milliseconds