Searched refs:XA_RESULT_SUCCESS (Results 1 – 12 of 12) sorted by relevance
99 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 …]
31 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()
36 assert(XA_RESULT_SUCCESS == xaResult); in main()48 assert(XA_RESULT_SUCCESS == xaResult); in main()
118 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 …]
40 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()
1081 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()
59 result = XA_RESULT_SUCCESS; in IVideoDecoderCapabilities_GetVideoDecoders()
306 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 …]
160 return XA_RESULT_SUCCESS; in android_videoCodec_getProfileLevelCombinationNb()201 return (decoderIndex < kNbVideoMimeTypes) ? XA_RESULT_SUCCESS : XA_RESULT_PARAMETER_INVALID; in android_videoCodec_getProfileLevelCombination()
29 XAresult result = XA_RESULT_SUCCESS; in CMediaPlayer_Realize()43 return XA_RESULT_SUCCESS; in CMediaPlayer_Resume()
37 if (XA_RESULT_SUCCESS != result) { in ExitOnErrorFunc()
83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000) macro