Home | History | Annotate | Download | only in test

Lines Matching refs:WaitForState

674 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
682 PRINT("Inside Test Application WaitForState function\n");
1715 * in the WaitForState method.
1719 error = WaitForState(pHandle, OMX_StateIdle);
1721 PRINT("Error: JpegEncoder->WaitForState has timed out or failed %X\n",
1781 * in the WaitForState method.
1785 error = WaitForState(pHandle, OMX_StateExecuting);
1787 PRINT("Error: JpegEncoder->WaitForState has timed out or failed %X\n", error);
1832 error = WaitForState(pHandle, OMX_StateIdle);
1834 PRINT("Error: JpegEncoder->WaitForState has timed out or failed %X", error);
1872 error = WaitForState(pHandle, OMX_StateInvalid);
1874 printf("APP:: Error: JpegEncoder->WaitForState has timed out or failed %X\n", error);
1953 error = WaitForState(pHandle, OMX_StateIdle);
1955 PRINT("Error: JpegEncoder->WaitForState has timed out %X", error);