Home | History | Annotate | Download | only in src

Lines Matching refs:pOutputBufHdrPending

1145                 pComponentPrivate->pOutputBufHdrPending[i] = NULL;
1355 pComponentPrivate->pOutputBufHdrPending[pComponentPrivate->nNumOutputBufPending++] = pBufHeader;
1385 pComponentPrivate->pOutputBufHdrPending[pComponentPrivate->nNumOutputBufPending++] = pBufHeader;
2300 if (pComponentPrivate->pOutputBufHdrPending[i]) {
2301 if (!G722ENC_IsPending(pComponentPrivate, pComponentPrivate->pOutputBufHdrPending[i], OMX_DirOutput)) {
2302 G722ENC_GetCorresponding_LCMLHeader(pComponentPrivate->pOutputBufHdrPending[i]->pBuffer, OMX_DirOutput, &pLcmlHdr);
2303 G722ENC_SetPending(pComponentPrivate,pComponentPrivate->pOutputBufHdrPending[i],OMX_DirOutput);
2308 pComponentPrivate->pOutputBufHdrPending[i]->pBuffer,
2309 pComponentPrivate->pOutputBufHdrPending[i]->nAllocLen,
2310 pComponentPrivate->pOutputBufHdrPending[i]->nFilledLen,
2313 pComponentPrivate->pOutputBufHdrPending[i]->pBuffer);