Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c572 VIDEOENC_PORT_TYPE* pCompPortIn = NULL; in OMX_VIDENC_HandleCommandDisablePort() local
580 pCompPortIn = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]; in OMX_VIDENC_HandleCommandDisablePort()
594 if(pCompPortIn->pBufferPrivate[i]->eBufferOwner != VIDENC_BUFFER_WITH_CLIENT) in OMX_VIDENC_HandleCommandDisablePort()
609 if (pCompPortIn->hTunnelComponent == NULL) in OMX_VIDENC_HandleCommandDisablePort()
613 if (pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_COMPONENT || in OMX_VIDENC_HandleCommandDisablePort()
614 pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_DSP) in OMX_VIDENC_HandleCommandDisablePort()
616 pCompPortIn->pBufferPrivate[i]->eBufferOwner = VIDENC_BUFFER_WITH_CLIENT; in OMX_VIDENC_HandleCommandDisablePort()
619 PREF(pCompPortIn->pBufferPrivate[i]->pBufferHdr, pBuffer), in OMX_VIDENC_HandleCommandDisablePort()
625pCompPortIn->pBufferPrivate[i]->pBufferHdr); in OMX_VIDENC_HandleCommandDisablePort()
635 if (pCompPortIn->pBufferPrivate[i]->eBufferOwner == VIDENC_BUFFER_WITH_COMPONENT || in OMX_VIDENC_HandleCommandDisablePort()
[all …]
DOMX_VideoEncoder.c321 VIDEOENC_PORT_TYPE* pCompPortIn = NULL; in OMX_ComponentInit() local
612 pCompPortIn = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]; in OMX_ComponentInit()
616 pPortDef = pCompPortIn->pPortDef; in OMX_ComponentInit()
645 VIDENC_MALLOC(pCompPortIn->pBufferPrivate[i], in OMX_ComponentInit()
652 pCompPortIn->pBufferPrivate[i]->pBufferHdr = NULL; in OMX_ComponentInit()
654 pCompPortIn->nBufferCnt = 0; in OMX_ComponentInit()
736 pPortFormat = pCompPortIn->pPortFormat; in OMX_ComponentInit()
778 pCompPortIn->eSupplierSetting = OMX_BufferSupplyOutput; in OMX_ComponentInit()
890 OMX_CONF_INIT_STRUCT(pCompPortIn->pProfileType, OMX_VIDEO_PARAM_PROFILELEVELTYPE); in OMX_ComponentInit()
891 pCompPortIn->pProfileType->nPortIndex = VIDENC_INPUT_PORT; in OMX_ComponentInit()
[all …]