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);
543 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL);
H A DOMXNodeInstance.cpp1482 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
737 When the command is "OMX_CommandFlush", to flush a port's buffer queues,
760 the value OMX_CommandFlush, value of nParam indicates which port(s)
/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 DOMXCodec.cpp2458 case OMX_CommandFlush:
2722 onCmdComplete(OMX_CommandFlush, portIndex);
2750 mOMX->sendCommand(mNode, OMX_CommandFlush, portIndex);
3680 onCmdComplete(OMX_CommandFlush, kPortIndexInput);
3684 onCmdComplete(OMX_CommandFlush, kPortIndexOutput);
3797 onCmdComplete(OMX_CommandFlush, kPortIndexInput);
3801 onCmdComplete(OMX_CommandFlush, kPortIndexOutput);
H A DACodec.cpp4669 && data1 == OMX_CommandFlush
6198 status_t err = mCodec->mOMX->sendCommand(mCodec->mNode, OMX_CommandFlush, OMX_ALL);
6770 if (data1 != (OMX_U32)OMX_CommandFlush) {

Completed in 103 milliseconds