Searched refs:OMX_CommandPortDisable (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp402 case OMX_CommandPortDisable:
604 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL);
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h209 case OMX_CommandPortDisable: return "PortDisable";
H A DOMX_Core.h70 OMX_CommandPortDisable, /**< Disable a port on a component. */ enumerator in enum:OMX_COMMANDTYPE
730 When the command is "OMX_CommandPortDisable" or
750 only flush that port. When Cmd has the value "OMX_CommandPortDisable"
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2582 case OMX_CommandPortDisable:
2951 CODEC_LOGV("sending OMX_CommandPortDisable(%ld)", portIndex);
2953 mOMX->sendCommand(mNode, OMX_CommandPortDisable, portIndex);
H A DACodec.cpp5618 OMX_CommandPortDisable, kPortIndexOutput),
5698 if (data1 == (OMX_U32)OMX_CommandPortDisable) {

Completed in 1472 milliseconds