Searched refs:OMX_CommandPortDisable (Results 1 – 6 of 6) sorted by relevance
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_Core.h | 70 OMX_CommandPortDisable, /**< Disable a port on a component. */ enumerator
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 1632 case OMX_CommandPortDisable: in SendCommand() 1692 Message->MessageParam1 = OMX_CommandPortDisable; in SendCommand() 1967 case OMX_CommandPortDisable: in MessageHandler() 1997 OMX_CommandPortDisable, /* The commands was a OMX_CommandStateSet */ in MessageHandler() 2008 OMX_CommandPortDisable, /* The commands was a OMX_CommandStateSet */ in MessageHandler()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 1210 … OMX_SendCommand(iOMXDecoder, OMX_CommandPortDisable, iPortIndexForDynamicReconfig, NULL); in HandleProcessingState() 1308 … OMX_SendCommand(iOMXDecoder, OMX_CommandPortDisable, iPortIndexForDynamicReconfig, NULL); in HandleProcessingState() 1468 … OMX_SendCommand(iOMXDecoder, OMX_CommandPortDisable, iPortIndexForDynamicReconfig, NULL); in HandleProcessingState() 1511 … OMX_SendCommand(iOMXDecoder, OMX_CommandPortDisable, iPortIndexForDynamicReconfig, NULL); in HandleProcessingState()
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 1837 case OMX_CommandPortDisable: in EventHandlerProcessing()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 1282 case OMX_CommandPortDisable: in EventHandlerProcessing()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 1490 … OMX_SendCommand(iOMXEncoder, OMX_CommandPortDisable, iPortIndexForDynamicReconfig, NULL); in HandleProcessingState() 4440 case OMX_CommandPortDisable: in EventHandlerProcessing()
|