Home
last modified time | relevance | path

Searched refs:MessageParam1 (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxcore.h230 …OMX_S32 MessageParam1; /// the first field of the message. Its use is the same as specified for th… member
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1562 Message->MessageParam1 = OMX_CommandStateSet; in SendCommand()
1621 Message->MessageParam1 = OMX_CommandFlush; in SendCommand()
1711 Message->MessageParam1 = OMX_CommandPortDisable; in SendCommand()
1772 Message->MessageParam1 = OMX_CommandPortEnable; in SendCommand()
1802 Message->MessageParam1 = OMX_CommandMarkBuffer; in SendCommand()
1888 switch (Message->MessageParam1) in MessageHandler()
3101 if (OMX_CommandStateSet == pCoreMessage->MessageParam1) in Run()