Searched refs:pCompPortOut (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c322 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
657 pCompPortOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT];
712 VIDENC_MALLOC(pCompPortOut->pBufferPrivate[i],
719 pCompPortOut->pBufferPrivate[i]->pBufferHdr = NULL;
724 VIDENC_MALLOC(pCompPortOut->pBufferPrivate[i]->pMetaData,
733 pCompPortOut->nBufferCnt = 0;
744 pPortFormat = pCompPortOut->pPortFormat;
848 OMX_CONF_INIT_STRUCT(pCompPortOut->pErrorCorrectionType, OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE);
849 OMX_CONF_INIT_STRUCT(pCompPortOut->pIntraRefreshType, OMX_VIDEO_PARAM_INTRAREFRESHTYPE);
850 pCompPortOut
1413 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
1827 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
[all...]
H A DOMX_VideoEnc_Utils.c573 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
581 pCompPortOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT];
659 if(pCompPortOut->pBufferPrivate[i]->eBufferOwner != VIDENC_BUFFER_WITH_CLIENT)
678 if (pCompPortOut->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_COMPONENT ||
679 pCompPortOut->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_DSP)
682 pCompPortOut->pBufferPrivate[i]->eBufferOwner = VIDENC_BUFFER_WITH_CLIENT;
685 pCompPortOut->pBufferPrivate[i]->pBufferHdr ?
686 pCompPortOut->pBufferPrivate[i]->pBufferHdr->pBuffer :
688 pCompPortOut->pBufferPrivate[i]->pBufferHdr ?
689 pCompPortOut
949 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
1252 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
2388 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
2653 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
3460 VIDEOENC_PORT_TYPE* pCompPortOut = NULL; local
[all...]

Completed in 36 milliseconds