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

/frameworks/base/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp401 case OMX_CommandPortDisable:
595 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL);
/frameworks/base/include/media/stagefright/openmax/
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/base/media/libstagefright/
H A DACodec.cpp2105 OMX_CommandPortDisable, kPortIndexOutput),
2185 if (data1 == (OMX_U32)OMX_CommandPortDisable) {
H A DOMXCodec.cpp2619 case OMX_CommandPortDisable:
2969 CODEC_LOGV("sending OMX_CommandPortDisable(%ld)", portIndex);
2971 mOMX->sendCommand(mNode, OMX_CommandPortDisable, portIndex);

Completed in 356 milliseconds