Home | History | Annotate | Download | only in tests

Lines Matching refs:WaitForState

265  * WaitForState()
270 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, OMX_STATETYPE DesiredState)
1080 error = WaitForState(pHandle, OMX_StateIdle);
1085 APP_DPRINT( "Error: hG711Encoder->WaitForState reports an error %X\n", error);
1151 error = WaitForState(pHandle, OMX_StateExecuting);
1157 APP_DPRINT( "Error: hG711Decoder->WaitForState reports an error %X\n", error);
1252 error = WaitForState(pHandle, OMX_StateIdle);
1257 fprintf(stderr, "Error: hPcmDecoder->WaitForState reports an error %X\n", error);
1282 error = WaitForState(pHandle, OMX_StateExecuting);
1287 fprintf(stderr, "Error: hPcmDecoder->WaitForState reports an error %X\n", error);
1302 error = WaitForState(pHandle, OMX_StatePause);
1307 fprintf(stderr, "Error: hPcmDecoder->WaitForState reports an error %X\n", error);
1465 APP_DPRINT( "Error: hG711Encoder->WaitForState reports an error %X\n", error);
1508 error = WaitForState(pHandle, OMX_StateLoaded);
1580 WaitForState(pHandle, OMX_StateIdle);