Searched refs:OMX_CommandPortEnable (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp401 case OMX_CommandPortEnable:
404 onPortEnable(param, cmd == OMX_CommandPortEnable);
606 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL);
/frameworks/native/include/media/openmax/
H A DOMX_Core.h71 OMX_CommandPortEnable, /**< Enable a port on a component. */ enumerator in enum:OMX_COMMANDTYPE
731 "OMX_CommandPortEnable", the component's port (given by the value of
751 or "OMX_CommandPortEnable", the component's port is given by
/frameworks/av/media/libstagefright/
H A DACodec.cpp3600 mCodec->mNode, OMX_CommandPortEnable, kPortIndexOutput),
3623 } else if (data1 == (OMX_U32)OMX_CommandPortEnable) {
H A DOMXCodec.cpp2520 case OMX_CommandPortEnable:
2858 CODEC_LOGV("sending OMX_CommandPortEnable(%ld)", portIndex);
2859 return mOMX->sendCommand(mNode, OMX_CommandPortEnable, portIndex);

Completed in 148 milliseconds