Home | History | Annotate | Download | only in tests

Lines Matching refs:OMX_SendCommand

1073         error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
1144 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateExecuting, NULL);
1247 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1276 error = OMX_SendCommand(pHandle, OMX_CommandStateSet,OMX_StateExecuting, NULL);
1296 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StatePause, NULL);
1455 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
1461 error = OMX_SendCommand(pHandle, OMX_CommandPortDisable, -1, NULL);
1575 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);