Lines Matching refs:pOutputBufferList

123     nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
219 if (pComponentPrivate->pOutputBufferList->numBuffers) {
220 arr[6] = (OMX_U16) pComponentPrivate->pOutputBufferList->numBuffers;
293 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];
475 OMX_MEMFREE_STRUCT(pComponentPrivate->pOutputBufferList);
1277 pComponentPrivate->pOutputBufferList->numBuffers) {
1639 pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer,
1640 pComponentPrivate->pOutputBufferList->pBufHdr[i]->nFilledLen,
1986 if (pComponentPrivate->pOutputBufferList->pBufHdr[0] != NULL) {
1990 pComponentPrivate->pOutputBufferList->pBufHdr[0]);
1991 pComponentPrivate->pOutputBufferList->pBufHdr[0]->pMarkData = pBufHeader->pMarkData;
1992 pComponentPrivate->pOutputBufferList->pBufHdr[0]->hMarkTargetComponent = pBufHeader->hMarkTargetComponent;
2163 nBuf = pComponentPrivate->pOutputBufferList->numBuffers;
2166 pBuf = pComponentPrivate->pOutputBufferList->pBufHdr[i];
2214 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
2401 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2404 pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer,
2405 pComponentPrivate->pOutputBufferList->pBufHdr[i]->nFilledLen,
2410 pComponentPrivate->pOutputBufferList->pBufHdr[i++]
2592 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2595 pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer,
2596 pComponentPrivate->pOutputBufferList->pBufHdr[i]->nFilledLen,
2627 WBAMRENC_OUTPUT_BUFFER_SIZE_MIME * (pComponentPrivate->pOutputBufferList->numBuffers + 1),
2690 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2691 if (pComponentPrivate->pOutputBufferList->bBufferPending[i]) {
2694 pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer,
2695 pComponentPrivate->pOutputBufferList->pBufHdr[i]->nFilledLen,
2700 pComponentPrivate->pOutputBufferList->pBufHdr[i]);
2705 pComponentPrivate->pOutputBufferList->pBufHdr[i],
2975 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
2976 if (pBufHdr == pComponentPrivate->pOutputBufferList->pBufHdr[i]) {
2978 pComponentPrivate->pOutputBufferList->bBufferPending[i] = 1;
3008 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
3009 if (pBufHdr == pComponentPrivate->pOutputBufferList->pBufHdr[i]) {
3010 pComponentPrivate->pOutputBufferList->bBufferPending[i] = 0;
3040 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
3041 if (pBufHdr == pComponentPrivate->pOutputBufferList->pBufHdr[i]) {
3042 return pComponentPrivate->pOutputBufferList->bBufferPending[i];
3075 for (i = 0; i < pComponentPrivate->pOutputBufferList->numBuffers; i++) {
3076 if (pBuffer == pComponentPrivate->pOutputBufferList->pBufHdr[i]->pBuffer) {
3114 nOpBuf = pComponentPrivate->pOutputBufferList->numBuffers;
3170 pTemp = pComponentPrivate->pOutputBufferList->pBufHdr[i];