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

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

Completed in 96 milliseconds