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

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp421 case OMX_CommandFlush:
531 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
575 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
H A DOMXNodeInstance.cpp1859 case OMX_CommandFlush:
/frameworks/native/include/media/openmax/
H A DOMX_Core.h69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */ enumerator in enum:OMX_COMMANDTYPE
761 When the command is "OMX_CommandFlush", to flush a port's buffer queues,
788 the value OMX_CommandFlush, value of nParam indicates which port(s)
H A DOMX_AsString.h228 case OMX_CommandFlush: return "Flush";
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp331 err = mOMX->sendCommand(node, OMX_CommandFlush, 1);
339 && msg.u.event_data.data1 == OMX_CommandFlush
/frameworks/av/media/libstagefright/
H A DACodec.cpp5720 && data1 == OMX_CommandFlush
7379 status_t err = mCodec->mOMX->sendCommand(mCodec->mNode, OMX_CommandFlush, OMX_ALL);
7973 if (data1 != (OMX_U32)OMX_CommandFlush) {

Completed in 141 milliseconds