Home | History | Annotate | Download | only in tests

Lines Matching refs:OMX_StateLoaded

1468                 	OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
1469 WaitForState(pHandle, OMX_StateLoaded);
1534 OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
1535 WaitForState(pHandle, OMX_StateLoaded);
1615 APP_IPRINT ("%d :: App: Sending the OMX_StateLoaded Command\n",__LINE__);
1619 eError = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
1624 eError = WaitForState(pHandle, OMX_StateLoaded);
1626 GT_END("Call to SendCommand <OMX_StateLoaded>");