Searched refs:OMX_CommandFlush (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 408 case OMX_CommandFlush: in onSendCommand() 499 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush() 535 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
|
D | OMXNodeInstance.cpp | 1245 case OMX_CommandFlush: in onEvent()
|
/frameworks/native/include/media/openmax/ |
D | OMX_Core.h | 69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator
|
D | OMX_AsString.h | 208 case OMX_CommandFlush: return "Flush";
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 352 err = mOMX->sendCommand(node, OMX_CommandFlush, 1); in testStateTransitions() 360 && msg.u.event_data.data1 == OMX_CommandFlush in testStateTransitions()
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 2647 case OMX_CommandFlush: in onCmdComplete() 2911 onCmdComplete(OMX_CommandFlush, portIndex); in onPortSettingsChanged() 2939 mOMX->sendCommand(mNode, OMX_CommandFlush, portIndex); in flushPortAsync() 3869 onCmdComplete(OMX_CommandFlush, kPortIndexInput); in stopOmxComponent_l() 3873 onCmdComplete(OMX_CommandFlush, kPortIndexOutput); in stopOmxComponent_l() 3986 onCmdComplete(OMX_CommandFlush, kPortIndexInput); in read() 3990 onCmdComplete(OMX_CommandFlush, kPortIndexOutput); in read()
|
D | ACodec.cpp | 4175 && data1 == OMX_CommandFlush in onOMXMessage() 5455 mCodec->mNode, OMX_CommandFlush, OMX_ALL), in onMessageReceived() 5962 CHECK_EQ(data1, (OMX_U32)OMX_CommandFlush); in onOMXEvent()
|