Home
last modified time | relevance | path

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

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