Home
last modified time | relevance | path

Searched refs:XA_RESULT_SUCCESS (Results 1 – 13 of 13) 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()
117 assert(XA_RESULT_SUCCESS == result); in main()
122 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.cpp40 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.cpp1083 if (XA_RESULT_SUCCESS == result) { in IEngine_CreateMediaPlayer()
1129 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1136 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1142 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1150 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1157 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1164 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1182 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1251 if (XA_RESULT_SUCCESS != result) { in IEngine_CreateMediaPlayer()
1349 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()
367 XAresult result = XA_RESULT_SUCCESS; in android_Player_create()
415 XAresult result = XA_RESULT_SUCCESS; in android_Player_realize()
460 if (XA_RESULT_SUCCESS == result) { in android_Player_realize()
493 return XA_RESULT_SUCCESS; in android_Player_preDestroy()
511 return XA_RESULT_SUCCESS; in android_Player_destroy()
548 return XA_RESULT_SUCCESS; in android_Player_getDuration()
554 XAresult result = XA_RESULT_SUCCESS; in android_Player_getPosition()
607 XAresult result = XA_RESULT_SUCCESS; in android_Player_setPlayState()
665 XAresult result = XA_RESULT_SUCCESS; in android_Player_seek()
[all …]
DVideoCodec_to_android.cpp161 return XA_RESULT_SUCCESS; in android_videoCodec_getProfileLevelCombinationNb()
202 return (decoderIndex < kNbVideoMimeTypes) ? XA_RESULT_SUCCESS : XA_RESULT_PARAMETER_INVALID; in android_videoCodec_getProfileLevelCombination()
/frameworks/wilhelm/src/objects/
DCMediaPlayer.cpp29 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/libs/native_bridge_support/android_api/libOpenMAXAL/proxy/
Dmaxal_translation.cc253 if (ret != XA_RESULT_SUCCESS) { in DoCustomTrampoline_XAObject_GetInterface()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000) macro