Searched refs:OMX_CommandFlush (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp408 case OMX_CommandFlush:
499 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
535 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
H A DOMXNodeInstance.cpp1245 case OMX_CommandFlush:
/frameworks/native/include/media/openmax/
H A DOMX_AsString.h208 case OMX_CommandFlush: return "Flush";
H A DOMX_Core.h69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator in enum:OMX_COMMANDTYPE
725 When the command is "OMX_CommandFlush", to flush a port's buffer queues,
748 the value OMX_CommandFlush, value of nParam indicates which port(s)
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp352 err = mOMX->sendCommand(node, OMX_CommandFlush, 1);
360 && msg.u.event_data.data1 == OMX_CommandFlush
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2647 case OMX_CommandFlush:
2911 onCmdComplete(OMX_CommandFlush, portIndex);
2939 mOMX->sendCommand(mNode, OMX_CommandFlush, portIndex);
3869 onCmdComplete(OMX_CommandFlush, kPortIndexInput);
3873 onCmdComplete(OMX_CommandFlush, kPortIndexOutput);
3986 onCmdComplete(OMX_CommandFlush, kPortIndexInput);
3990 onCmdComplete(OMX_CommandFlush, kPortIndexOutput);
H A DACodec.cpp4175 && data1 == OMX_CommandFlush
5455 mCodec->mNode, OMX_CommandFlush, OMX_ALL),
5962 CHECK_EQ(data1, (OMX_U32)OMX_CommandFlush);

Completed in 329 milliseconds