Searched refs:portIndex (Results 1 - 23 of 23) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderPAVC.h32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoDecoderAVC.h32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoDecoderPAVC.cpp72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) { argument
73 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
H A DOMXVideoDecoderVP9HWR.h65 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoDecoderVP9Hybrid.h36 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoEncoderBase.h57 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoDecoderAVC.cpp88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) { argument
91 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
H A DOMXVideoDecoderBase.h51 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoDecoderBase.cpp269 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorFlush(OMX_U32 portIndex) { argument
270 LOGI("Flushing port# %u.", portIndex);
277 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
H A DOMXVideoDecoderVP9Hybrid.cpp248 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) { argument
249 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
H A DOMXVideoEncoderBase.cpp389 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorFlush(OMX_U32 portIndex) { argument
391 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.h39 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
H A DOMXVideoDecoderAVCSecure.cpp163 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorFlush(OMX_U32 portIndex) { argument
164 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1310 OMX_U32 portIndex = pComponentParam->nPortIndex; local
1311 if ((portIndex == OMX_VPP_INPUT_PORT) || (portIndex == OMX_VPP_INPUT_OVERLAY_PORT)) {
1317 if (portIndex == OMX_VPP_INPUT_OVERLAY_PORT) {
1324 if (portIndex == OMX_VPP_INPUT_PORT) {
1330 else if (portIndex == OMX_VPP_YUV_OUTPUT_PORT){
1339 else if(portIndex == OMX_VPP_RGB_OUTPUT_PORT){
1353 pTemp = memcpy (&(((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sCompPorts[portIndex].pPortDef),
1362 pComponentPrivate->sCompPorts[portIndex].pPortDef.nBufferSize =
1365 switch(pComponentPrivate->sCompPorts[portIndex]
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDccDataSave.cpp31 status_t OMXCameraAdapter::initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex) argument
40 extraDataControl.nPortIndex = portIndex;
H A DOMXCapture.cpp1610 status_t OMXCameraAdapter::initInternalBuffers(OMX_U32 portIndex) argument
1618 bufferdesc.nPortIndex = portIndex;
1635 bufferalloc.nPortIndex = portIndex;
1656 bufferallocset.nPortIndex = portIndex;
1681 status_t OMXCameraAdapter::deinitInternalBuffers(OMX_U32 portIndex) argument
1687 bufferdesc.nPortIndex = portIndex;
1701 bufferalloc.nPortIndex = portIndex;
H A DOMX3A.cpp1965 int portIndex; local
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Domx_amr_aenc.cpp1250 int portIndex = (int)param1; local
1262 if ( (cmd == OMX_CommandFlush) && (portIndex > 1) )
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Domx_evrc_aenc.cpp1252 int portIndex = (int)param1; local
1264 if ( (cmd == OMX_CommandFlush) && (portIndex > 1) )
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Domx_qcelp13_aenc.cpp1254 int portIndex = (int)param1; local
1266 if ( (cmd == OMX_CommandFlush) && (portIndex > 1) )
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h782 status_t initDccFileDataSave(OMX_HANDLETYPE* omxHandle, int portIndex);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp1593 int portIndex; local
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Domx_aac_aenc.cpp1256 int portIndex = (int)param1; local
1268 if ( (cmd == OMX_CommandFlush) && (portIndex > 1) )

Completed in 530 milliseconds