Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Dxaplay.c99 assert(XA_RESULT_SUCCESS == result); in prefetchStatusCallback()
102 assert(XA_RESULT_SUCCESS == result); in prefetchStatusCallback()
138 assert(XA_RESULT_SUCCESS == result); in playEventCallback()
181 return XA_RESULT_SUCCESS; in bufferQueueCallback()
209 assert(XA_RESULT_SUCCESS == result); in bufferQueueCallback()
215 assert(XA_RESULT_SUCCESS == result); in bufferQueueCallback()
222 return XA_RESULT_SUCCESS; in bufferQueueCallback()
379 assert(XA_RESULT_SUCCESS == result); in main()
381 assert(XA_RESULT_SUCCESS == result); in main()
384 assert(XA_RESULT_SUCCESS == result); in main()
[all …]
Dxa.c31 assert(XA_RESULT_SUCCESS == result); in main()
41 assert(XA_RESULT_SUCCESS == result); in main()
116 assert(XA_RESULT_SUCCESS == result); in main()
121 assert(XA_RESULT_SUCCESS == result); in main()
Ddual.c36 assert(XA_RESULT_SUCCESS == xaResult); in main()
48 assert(XA_RESULT_SUCCESS == xaResult); in main()
/frameworks/wilhelm/tests/native-media/jni/
Dnative-media-jni.c118 assert(XA_RESULT_SUCCESS == res); in AndroidBufferQueueCallback()
201 assert(XA_RESULT_SUCCESS == res); in AndroidBufferQueueCallback()
214 assert(XA_RESULT_SUCCESS == res); in AndroidBufferQueueCallback()
221 return XA_RESULT_SUCCESS; in AndroidBufferQueueCallback()
245 assert(XA_RESULT_SUCCESS == res); in StreamChangeCallback()
250 assert(XA_RESULT_SUCCESS == res); in StreamChangeCallback()
274 assert(XA_RESULT_SUCCESS == res); in Java_com_example_nativemedia_NativeMedia_createEngine()
278 assert(XA_RESULT_SUCCESS == res); in Java_com_example_nativemedia_NativeMedia_createEngine()
282 assert(XA_RESULT_SUCCESS == res); in Java_com_example_nativemedia_NativeMedia_createEngine()
286 assert(XA_RESULT_SUCCESS == res); in Java_com_example_nativemedia_NativeMedia_createEngine()
[all …]
/frameworks/wilhelm/src/itf/
DIStreamInformation.c40 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryMediaContainerInformation()
77 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryStreamType()
114 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryStreamInformation()
183 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryStreamName()
191 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryStreamName()
194 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryStreamName()
248 result = XA_RESULT_SUCCESS; in IStreamInformation_QueryActiveStreams()
DIEngine.c1081 if (XA_RESULT_SUCCESS == result) { in IEngine_CreateMediaPlayer()
1127 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1134 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1140 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1148 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1155 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1162 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1180 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1249 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1347 result = XA_RESULT_SUCCESS; in IXAEngine_QuerySupportedProfiles()
DIVideoDecoderCapabilities.cpp59 result = XA_RESULT_SUCCESS; in IVideoDecoderCapabilities_GetVideoDecoders()
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp306 XAresult result = XA_RESULT_SUCCESS; in android_Player_checkSourceSink()
366 XAresult result = XA_RESULT_SUCCESS; in android_Player_create()
412 XAresult result = XA_RESULT_SUCCESS; in android_Player_realize()
456 if (XA_RESULT_SUCCESS == result) { in android_Player_realize()
489 return XA_RESULT_SUCCESS; in android_Player_preDestroy()
507 return XA_RESULT_SUCCESS; in android_Player_destroy()
543 return XA_RESULT_SUCCESS; in android_Player_getDuration()
549 XAresult result = XA_RESULT_SUCCESS; in android_Player_getPosition()
601 XAresult result = XA_RESULT_SUCCESS; in android_Player_setPlayState()
659 XAresult result = XA_RESULT_SUCCESS; in android_Player_seek()
[all …]
DVideoCodec_to_android.cpp160 return XA_RESULT_SUCCESS; in android_videoCodec_getProfileLevelCombinationNb()
201 return (decoderIndex < kNbVideoMimeTypes) ? XA_RESULT_SUCCESS : XA_RESULT_PARAMETER_INVALID; in android_videoCodec_getProfileLevelCombination()
/frameworks/wilhelm/src/objects/
DCMediaPlayer.c29 XAresult result = XA_RESULT_SUCCESS; in CMediaPlayer_Realize()
43 return XA_RESULT_SUCCESS; in CMediaPlayer_Resume()
/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp37 if (XA_RESULT_SUCCESS != result) { in ExitOnErrorFunc()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000) macro