Searched refs:XA_RESULT_SUCCESS (Results 1 - 12 of 12) sorted by relevance

/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c118 assert(XA_RESULT_SUCCESS == res);
201 assert(XA_RESULT_SUCCESS == res);
214 assert(XA_RESULT_SUCCESS == res);
221 return XA_RESULT_SUCCESS;
245 assert(XA_RESULT_SUCCESS == res);
250 assert(XA_RESULT_SUCCESS == res);
274 assert(XA_RESULT_SUCCESS == res);
278 assert(XA_RESULT_SUCCESS == res);
282 assert(XA_RESULT_SUCCESS == res);
286 assert(XA_RESULT_SUCCESS
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c98 assert(XA_RESULT_SUCCESS == result);
101 assert(XA_RESULT_SUCCESS == result);
137 assert(XA_RESULT_SUCCESS == result);
180 return XA_RESULT_SUCCESS;
208 assert(XA_RESULT_SUCCESS == result);
214 assert(XA_RESULT_SUCCESS == result);
221 return XA_RESULT_SUCCESS;
378 assert(XA_RESULT_SUCCESS == result);
380 assert(XA_RESULT_SUCCESS == result);
383 assert(XA_RESULT_SUCCESS
[all...]
H A Ddual.c36 assert(XA_RESULT_SUCCESS == xaResult);
48 assert(XA_RESULT_SUCCESS == xaResult);
H A Dxa.c30 assert(XA_RESULT_SUCCESS == result);
40 assert(XA_RESULT_SUCCESS == result);
115 assert(XA_RESULT_SUCCESS == result);
120 assert(XA_RESULT_SUCCESS == result);
/frameworks/wilhelm/src/objects/
H A DCMediaPlayer.c29 XAresult result = XA_RESULT_SUCCESS;
43 return XA_RESULT_SUCCESS;
/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c40 result = XA_RESULT_SUCCESS;
77 result = XA_RESULT_SUCCESS;
114 result = XA_RESULT_SUCCESS;
183 result = XA_RESULT_SUCCESS;
191 result = XA_RESULT_SUCCESS;
194 result = XA_RESULT_SUCCESS;
248 result = XA_RESULT_SUCCESS;
H A DIVideoDecoderCapabilities.cpp59 result = XA_RESULT_SUCCESS;
H A DIEngine.c1066 if (XA_RESULT_SUCCESS == result) {
1112 if (XA_RESULT_SUCCESS != result) {
1119 if (XA_RESULT_SUCCESS != result) {
1125 if (XA_RESULT_SUCCESS != result) {
1133 if (XA_RESULT_SUCCESS != result) {
1140 if (XA_RESULT_SUCCESS != result) {
1147 if (XA_RESULT_SUCCESS != result) {
1165 if (XA_RESULT_SUCCESS != result) {
1235 if (XA_RESULT_SUCCESS != result) {
1333 result = XA_RESULT_SUCCESS;
[all...]
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp306 XAresult result = XA_RESULT_SUCCESS;
366 XAresult result = XA_RESULT_SUCCESS;
411 XAresult result = XA_RESULT_SUCCESS;
458 if (XA_RESULT_SUCCESS == result) {
491 return XA_RESULT_SUCCESS;
509 return XA_RESULT_SUCCESS;
545 return XA_RESULT_SUCCESS;
551 XAresult result = XA_RESULT_SUCCESS;
603 XAresult result = XA_RESULT_SUCCESS;
661 XAresult result = XA_RESULT_SUCCESS;
[all...]
H A DVideoCodec_to_android.cpp155 return XA_RESULT_SUCCESS;
196 return (decoderIndex < kNbVideoMimeTypes) ? XA_RESULT_SUCCESS : XA_RESULT_PARAMETER_INVALID;
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp37 if (XA_RESULT_SUCCESS != result) {
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000) macro

Completed in 185 milliseconds