Home | History | Annotate | Download | only in tests

Lines Matching refs:WaitForState

172  * @fn WaitForState() Waits for the state to change.
187 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
849 APP_DPRINT("%d :: App :: About to call WaitForState to change to Idle\n",__LINE__);
850 error = WaitForState(pHandle, OMX_StateIdle);
856 APP_DPRINT( "Error: hG726Decoder->WaitForState reports an error %X\n", error);
893 APP_DPRINT("%d :: App :: About to call WaitForState to change to Executing\n",__LINE__);
894 error = WaitForState(pHandle, OMX_StateExecuting);
901 APP_DPRINT( "Error: WaitForState reports an error %X\n", error);
994 error = WaitForState(pHandle, OMX_StateIdle);
999 fprintf(stderr, "Error: WaitForState reports an error %X\n", error);
1018 error = WaitForState(pHandle, OMX_StateExecuting);
1023 fprintf(stderr, "Error: WaitForState reports an error %X\n", error);
1056 error = WaitForState(pHandle, OMX_StatePause);
1061 fprintf(stderr, "Error: WaitForState reports an error %X\n", error);
1081 error = WaitForState(pHandle, OMX_StateExecuting);
1086 fprintf(stderr, "Error: WaitForState reports an error %X\n", error);
1203 error = WaitForState(pHandle, OMX_StateIdle);
1208 fprintf(stderr, "Error: hG726Decoder->WaitForState reports an error %X\n", error);
1272 error = WaitForState(pHandle, OMX_StateLoaded);