Home | History | Annotate | Download | only in tests

Lines Matching refs:OMX_SendCommand

940         eError = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
1042 eError = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateExecuting, NULL);
1153 eError = OMX_SendCommand(pHandle, OMX_CommandFlush, 0, NULL);
1185 eError = OMX_SendCommand(pHandle, OMX_CommandFlush, 1, NULL);
1317 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateLoaded,NULL);
1319 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateWaitForResources,NULL);
1325 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateIdle,NULL);
1337 OMX_SendCommand(pHandle,OMX_CommandStateSet,OMX_StateExecuting,NULL);
1364 eError = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
1413 eError = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
1470 eError = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateWaitForResources, NULL);
1485 eError = OMX_SendCommand(pHandle, OMX_CommandPortDisable, -1, NULL);
1656 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
1679 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StatePause, NULL);
1702 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateExecuting, NULL);