Home | History | Annotate | Download | only in src

Lines Matching refs:pOutputBufferList

129     nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
221 if (pComponentPrivate->pOutputBufferList->numBuffers) {
222 arr[6] = (OMX_U16) pComponentPrivate->pOutputBufferList->numBuffers;
297 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
465 OMX_MEMFREE_STRUCT(pComponentPrivate->pOutputBufferList);
1161 pComponentPrivate->pOutputBufferList->numBuffers) {
1518 for (i=0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
1521 pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer,
1522 pComponentPrivate->pOutputBufferList->pBufHdr[i]->nFilledLen,
1528 pComponentPrivate->pOutputBufferList->pBufHdr[i]
1787 pComponentPrivate->pOutputBufferList->pBufHdr[0]->nFlags |= OMX_BUFFERFLAG_EOS;
1792 pComponentPrivate->pOutputBufferList->pBufHdr[0]->nOutputPortIndex,
1793 pComponentPrivate->pOutputBufferList->pBufHdr[0]->nFlags, NULL);
1849 if(pComponentPrivate->pOutputBufferList->pBufHdr[0]!=NULL) {
1851 pComponentPrivate->pOutputBufferList->pBufHdr[0]->pMarkData = pBufHeader->pMarkData;
1852 pComponentPrivate->pOutputBufferList->pBufHdr[0]->hMarkTargetComponent = pBufHeader->hMarkTargetComponent;
2006 nBuf = pComponentPrivate->pOutputBufferList->numBuffers;
2008 pBuf = pComponentPrivate->pOutputBufferList->pBufHdr[i];
2054 nOpBuf = pComponentPrivate_CC->pOutputBufferList->numBuffers;
2230 for (i=0; i < pComponentPrivate_CC->pOutputBufferList->numBuffers; i++) {
2233 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]->pBuffer,
2234 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]->nFilledLen,
2239 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i++]
2408 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]->pBuffer,
2409 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]->nFilledLen,
2466 for (i=0; i < pComponentPrivate_CC->pOutputBufferList->numBuffers; i++) {
2467 if (pComponentPrivate_CC->pOutputBufferList->bBufferPending[i]) {
2470 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]->pBuffer,
2471 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]->nFilledLen,
2477 pComponentPrivate_CC->pOutputBufferList->pBufHdr[i]
2482 NBAMRENC_ClearPending(pComponentPrivate_CC, pComponentPrivate_CC->pOutputBufferList->pBufHdr[i], OMX_DirOutput,__LINE__);
2744 for (i=0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2745 if (pBufHdr == pComponentPrivate->pOutputBufferList->pBufHdr[i]) {
2746 pComponentPrivate->pOutputBufferList->bBufferPending[i] = 1;
2780 for (i=0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2781 if (pBufHdr == pComponentPrivate->pOutputBufferList->pBufHdr[i]) {
2782 pComponentPrivate->pOutputBufferList->bBufferPending[i] = 0;
2815 for (i=0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2817 OMX_PRBUFFER2(pComponentPrivate->dbg, "pOutputBufferList->pBufHdr[i] = %p\n",pComponentPrivate->pOutputBufferList->pBufHdr[i]);
2818 if (pBufHdr == pComponentPrivate->pOutputBufferList->pBufHdr[i]) {
2819 OMX_PRBUFFER2(pComponentPrivate->dbg, "returning %lx\n",pComponentPrivate->pOutputBufferList->bBufferPending[i]);
2820 return pComponentPrivate->pOutputBufferList->bBufferPending[i];
2854 for (i=0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2855 if (pBuffer == pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer) {
2891 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
2937 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];