Searched defs:pCompPortIn (Results 1 - 2 of 2) sorted by relevance

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

Completed in 92 milliseconds