Searched refs:toRawCommandType (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 458 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 622 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), OMX_ALL); in TEST_P() 766 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 825 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 876 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 881 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 891 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 899 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 904 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_P() 939 omxNode->sendCommand(toRawCommandType(OMX_CommandPortDisable), i); in TEST_P() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 368 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateLoadedtoIdle() 426 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateIdletoLoaded() 480 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateIdletoExecute() 503 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateExecutetoIdle() 612 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), in flushPorts() 627 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), in flushPorts()
|
D | media_hidl_test_common.h | 108 inline uint32_t toRawCommandType(OMX_COMMANDTYPE l) { in toRawCommandType() function
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 468 status = omxNode->sendCommand(toRawCommandType(OMX_CommandPortDisable), in portReconfiguration() 513 toRawCommandType(OMX_CommandPortEnable), kPortIndexOutput); in portReconfiguration()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 402 toRawCommandType(OMX_CommandPortDisable), kPortIndexOutput); in portReconfiguration() 443 toRawCommandType(OMX_CommandPortEnable), kPortIndexOutput); in portReconfiguration()
|