/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP.c | 1310 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/ |
D | OMXVideoDecoderPAVC.cpp | 72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument 73 return OMXVideoDecoderBase::ProcessorFlush(portIndex); in ProcessorFlush()
|
D | OMXVideoDecoderPAVC.h | 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoDecoderAVC.h | 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoDecoderAVC.cpp | 88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument 91 return OMXVideoDecoderBase::ProcessorFlush(portIndex); in ProcessorFlush()
|
D | OMXVideoDecoderVP9HWR.h | 65 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoDecoderVP9Hybrid.h | 36 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoEncoderBase.h | 53 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoDecoderBase.h | 51 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoDecoderVP9Hybrid.cpp | 229 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument 230 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) { in ProcessorFlush()
|
D | OMXVideoDecoderBase.cpp | 266 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()
|
D | OMXVideoEncoderBase.cpp | 382 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/ |
D | OMXDccDataSave.cpp | 31 status_t OMXCameraAdapter::initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex) in initDccFileDataSave() argument 40 extraDataControl.nPortIndex = portIndex; in initDccFileDataSave()
|
D | OMXCapture.cpp | 1610 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()
|
D | OMX3A.cpp | 1965 int portIndex; in apply3Asettings() local
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.h | 39 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
D | OMXVideoDecoderAVCSecure.cpp | 159 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorFlush(OMX_U32 portIndex) { in ProcessorFlush() argument 160 return OMXVideoDecoderBase::ProcessorFlush(portIndex); in ProcessorFlush()
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 782 status_t initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMX3A.cpp | 1593 int portIndex; in apply3Asettings() local
|