Home | History | Annotate | Download | only in sandbox

Lines Matching refs:XAresult

27     XAresult xaResult;
34 xaResult = xaCreateEngine(&xaEngineObject, 0, NULL, 0, NULL, NULL);
35 printf("xaResult = %d\n", xaResult);
36 assert(XA_RESULT_SUCCESS == xaResult);
40 xaResult = (*xaEngineObject)->Realize(xaEngineObject, XA_BOOLEAN_FALSE);
41 printf("xaResult = %d\n", xaResult);
45 xaResult = (*xaEngineObject)->GetInterface(xaEngineObject, XA_IID_ENGINE, &xaEngineEngine);
46 printf("xaResult = %d\n", xaResult);
48 assert(XA_RESULT_SUCCESS == xaResult);