Home | History | Annotate | Download | only in tests

Lines Matching refs:WaitForState

347 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
1185 eError = WaitForState(pHandle, OMX_StateIdle);
1191 APP_DPRINT( "Error: WaitForState reports an eError %X\n", eError);
1254 eError = WaitForState(pHandle, OMX_StateExecuting);
1260 APP_DPRINT( "Error: WaitForState reports an eError %X\n", eError);
1472 WaitForState(pHandle, OMX_StateIdle);
1510 WaitForState(pHandle, OMX_StateLoaded);
1513 WaitForState(pHandle, OMX_StateWaitForResources);
1530 WaitForState(pHandle, OMX_StateIdle);
1533 WaitForState(pHandle, OMX_StateExecuting);
1549 WaitForState(pHandle, OMX_StateIdle);
1580 WaitForState(pHandle, OMX_StateLoaded);
1676 eError = WaitForState(pHandle, OMX_StateLoaded);
1682 APP_DPRINT( "Error: WaitForState reports an eError %X\n", eError);
1703 eError = WaitForState(pHandle, OMX_StateWaitForResources);
1909 error = WaitForState(pHandle, OMX_StateIdle);
1958 error = WaitForState(pHandle, OMX_StateIdle);
1964 fprintf(stderr, "\nError: WaitForState reports an error %X!!!!!!!\n", error);
1984 error = WaitForState(pHandle, OMX_StatePause);
1991 fprintf(stderr, "\nError: WaitForState reports an error %X!!!!!!!\n", error);
2011 error = WaitForState(pHandle, OMX_StateExecuting);
2017 fprintf(stderr, "\nError: WaitForState reports an error %X!!!!!!!\n", error);