Searched refs:OMX_CommandFlush (Results 1 – 6 of 6) sorted by relevance
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_Core.h | 69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 1609 case OMX_CommandFlush: in SendCommand() 1621 Message->MessageParam1 = OMX_CommandFlush; in SendCommand() 1925 case OMX_CommandFlush: in MessageHandler() 1940 OMX_CommandFlush, /* The commands was a OMX_CommandStateSet */ in MessageHandler() 1952 OMX_CommandFlush, /* The commands was a OMX_CommandStateSet */ in MessageHandler() 2001 OMX_CommandFlush, /* The commands was a OMX_CommandStateSet */ in MessageHandler() 2013 OMX_CommandFlush, /* The commands was a OMX_CommandStateSet */ in MessageHandler()
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 1444 … err = OMX_SendCommand(iOMXDecoder, OMX_CommandFlush, iPortIndexForDynamicReconfig, NULL); in HandleProcessingState() 5527 err = OMX_SendCommand(iOMXDecoder, OMX_CommandFlush, OMX_ALL, NULL); in HandleRepositioning()
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 1856 case OMX_CommandFlush: in EventHandlerProcessing()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 1277 case OMX_CommandFlush: in EventHandlerProcessing()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 4628 case OMX_CommandFlush: //not supported in EventHandlerProcessing()
|