Home
last modified time | relevance | path

Searched refs:portIndex (Results 1 – 19 of 19) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c1310 OMX_U32 portIndex = pComponentParam->nPortIndex; in VPP_SetParameter() local
1311 if ((portIndex == OMX_VPP_INPUT_PORT) || (portIndex == OMX_VPP_INPUT_OVERLAY_PORT)) { in VPP_SetParameter()
1317 if (portIndex == OMX_VPP_INPUT_OVERLAY_PORT) { in VPP_SetParameter()
1324 if (portIndex == OMX_VPP_INPUT_PORT) { in VPP_SetParameter()
1330 else if (portIndex == OMX_VPP_YUV_OUTPUT_PORT){ in VPP_SetParameter()
1339 else if(portIndex == OMX_VPP_RGB_OUTPUT_PORT){ in VPP_SetParameter()
1353 … = memcpy (&(((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sCompPorts[portIndex].pPortDef), in VPP_SetParameter()
1362 pComponentPrivate->sCompPorts[portIndex].pPortDef.nBufferSize = in VPP_SetParameter()
1365 switch(pComponentPrivate->sCompPorts[portIndex].pPortDef.format.video.eColorFormat) { in VPP_SetParameter()
1367 pComponentPrivate->sCompPorts[portIndex].pPortDef.nBufferSize*= 3; in VPP_SetParameter()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderPAVC.cpp72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument
73 return OMXVideoDecoderBase::ProcessorFlush(portIndex); in ProcessorFlush()
DOMXVideoDecoderPAVC.h32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoDecoderAVC.h32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoDecoderAVC.cpp88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument
91 return OMXVideoDecoderBase::ProcessorFlush(portIndex); in ProcessorFlush()
DOMXVideoDecoderVP9HWR.h65 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoDecoderVP9Hybrid.h36 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoEncoderBase.h53 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoDecoderBase.h51 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoDecoderVP9Hybrid.cpp229 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument
230 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) { in ProcessorFlush()
DOMXVideoDecoderBase.cpp266 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument
267 LOGI("Flushing port# %u.", portIndex); in ProcessorFlush()
274 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) { in ProcessorFlush()
DOMXVideoEncoderBase.cpp382 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument
384 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) { in ProcessorFlush()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXDccDataSave.cpp31 status_t OMXCameraAdapter::initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex) in initDccFileDataSave() argument
40 extraDataControl.nPortIndex = portIndex; in initDccFileDataSave()
DOMXCapture.cpp1610 status_t OMXCameraAdapter::initInternalBuffers(OMX_U32 portIndex) in initInternalBuffers() argument
1618 bufferdesc.nPortIndex = portIndex; in initInternalBuffers()
1635 bufferalloc.nPortIndex = portIndex; in initInternalBuffers()
1656 bufferallocset.nPortIndex = portIndex; in initInternalBuffers()
1681 status_t OMXCameraAdapter::deinitInternalBuffers(OMX_U32 portIndex) in deinitInternalBuffers() argument
1687 bufferdesc.nPortIndex = portIndex; in deinitInternalBuffers()
1701 bufferalloc.nPortIndex = portIndex; in deinitInternalBuffers()
DOMX3A.cpp1965 int portIndex; in apply3Asettings() local
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.h39 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
DOMXVideoDecoderAVCSecure.cpp159 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument
160 return OMXVideoDecoderBase::ProcessorFlush(portIndex); in ProcessorFlush()
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h782 status_t initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMX3A.cpp1593 int portIndex; in apply3Asettings() local