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

/frameworks/native/include/media/openmax/
H A DOMX_Types.h112 /** OMX_ALL is used to as a wildcard to select all entities of the same type
114 * use OMX_ALL to indicate all N channels). When used as a port index
115 * for a config or parameter this OMX_ALL denotes that the config or
117 #define OMX_ALL 0xFFFFFFFF macro
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp489 if (portIndex == OMX_ALL) {
495 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2429 && data2 == (int32_t)OMX_ALL) {
3464 mCodec->mNode, OMX_CommandFlush, OMX_ALL),
3864 CHECK_EQ(data2, OMX_ALL);

Completed in 71 milliseconds