Home | History | Annotate | Download | only in tests

Lines Matching refs:WaitForState

280 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
1165 error = WaitForState(pHandle, OMX_StateIdle);
1170 APP_DPRINT( "Error: WaitForState reports an error %X\n", error);
1230 error = WaitForState(pHandle, OMX_StateExecuting);
1235 APP_DPRINT( "Error: WaitForState reports an error %X\n", error);
1251 error = WaitForState(pHandle, OMX_StateExecuting);
1256 APP_DPRINT( "Error: WaitForState reports an error %X\n", error);
1358 error = WaitForState(pHandle, OMX_StatePause);
1360 fprintf(stderr, "Error: WBAmrDecoder->WaitForState reports an error %X\n", error);
1380 error = WaitForState(pHandle, OMX_StateExecuting);
1382 fprintf(stderr, "Error: AmrDecoder->WaitForState reports an error %X\n", error);
1483 WaitForState(pHandle,OMX_StateIdle);
1518 WaitForState(pHandle, OMX_StateLoaded);
1521 WaitForState(pHandle,OMX_StateWaitForResources);
1538 WaitForState(pHandle,OMX_StateIdle);
1541 WaitForState(pHandle,OMX_StateExecuting);
1575 WaitForState(pHandle, OMX_StateLoaded);
1666 error = WaitForState(pHandle, OMX_StateLoaded);
1671 APP_DPRINT( "Error: WaitForState reports an error %X\n", error);
1685 error = WaitForState(pHandle, OMX_StateWaitForResources);
2009 error = WaitForState(pHandle, OMX_StateIdle);
2014 fprintf(stderr, "\nError: WaitForState reports an error %X!!!!!!!\n", error);
2032 error = WaitForState(pHandle, OMX_StatePause);
2037 fprintf(stderr, "\nError: WaitForState reports an error %X!!!!!!!\n", error);
2056 error = WaitForState(pHandle, OMX_StateExecuting);
2061 fprintf(stderr, "\nError: WaitForState reports an error %X!!!!!!!\n", error);