HomeSort by relevance Sort by last modified time
    Searched refs:XA_RESULT_SUCCESS (Results 1 - 13 of 13) sorted by null

  /system/media/wilhelm/tests/sandbox/
xaplay.c 96 assert(XA_RESULT_SUCCESS == result);
99 assert(XA_RESULT_SUCCESS == result);
142 assert(XA_RESULT_SUCCESS == result);
148 assert(XA_RESULT_SUCCESS == result);
196 assert(XA_RESULT_SUCCESS == result);
199 return XA_RESULT_SUCCESS;
291 assert(XA_RESULT_SUCCESS == result);
293 assert(XA_RESULT_SUCCESS == result);
296 assert(XA_RESULT_SUCCESS == result);
301 assert(XA_RESULT_SUCCESS == result)
    [all...]
dual.c 36 assert(XA_RESULT_SUCCESS == xaResult);
48 assert(XA_RESULT_SUCCESS == xaResult);
xa.c 30 assert(XA_RESULT_SUCCESS == result);
40 assert(XA_RESULT_SUCCESS == result);
115 assert(XA_RESULT_SUCCESS == result);
120 assert(XA_RESULT_SUCCESS == result);
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 118 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 == res)
    [all...]
  /system/media/wilhelm/src/objects/
CMediaPlayer.c 30 XAresult result = XA_RESULT_SUCCESS;
44 return XA_RESULT_SUCCESS;
  /system/media/wilhelm/src/android/
MediaPlayer_to_android.cpp 294 XAresult result = XA_RESULT_SUCCESS;
354 XAresult result = XA_RESULT_SUCCESS;
395 XAresult result = XA_RESULT_SUCCESS;
442 if (XA_RESULT_SUCCESS == result) {
475 return XA_RESULT_SUCCESS;
489 return XA_RESULT_SUCCESS;
525 return XA_RESULT_SUCCESS;
531 XAresult result = XA_RESULT_SUCCESS;
583 XAresult result = XA_RESULT_SUCCESS;
641 XAresult result = XA_RESULT_SUCCESS;
    [all...]
VideoCodec_to_android.cpp 143 return XA_RESULT_SUCCESS;
177 return (decoderIndex < kNbVideoMimeTypes) ? XA_RESULT_SUCCESS : XA_RESULT_PARAMETER_INVALID;
  /system/media/wilhelm/src/itf/
IStreamInformation.c 40 result = XA_RESULT_SUCCESS;
77 result = XA_RESULT_SUCCESS;
114 result = XA_RESULT_SUCCESS;
210 result = XA_RESULT_SUCCESS;
IVideoDecoderCapabilities.cpp 60 result = XA_RESULT_SUCCESS;
IEngine.c     [all...]
  /system/media/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 37 if (XA_RESULT_SUCCESS != result) {
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000)
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000)
    [all...]

Completed in 47 milliseconds