Home
last modified time | relevance | path

Searched refs:OMX_ALL (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_Types.h119 #define OMX_ALL 0xFFFFFFFF macro
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp501 if (portIndex == OMX_ALL) { in onPortFlush()
507 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()
/frameworks/av/media/libstagefright/
DACodec.cpp5485 && data2 == (int32_t)OMX_ALL) { in onOMXMessage()
7143 status_t err = mCodec->mOMX->sendCommand(mCodec->mNode, OMX_CommandFlush, OMX_ALL); in onMessageReceived()
7733 } else if (data2 == OMX_ALL) { in onOMXEvent()