Searched refs:XA_RESULT_SUCCESS (Results 1 – 13 of 13) 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()117 assert(XA_RESULT_SUCCESS == result); in main()122 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()
1083 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()
59 result = XA_RESULT_SUCCESS; in IVideoDecoderCapabilities_GetVideoDecoders()
306 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 …]
161 return XA_RESULT_SUCCESS; in android_videoCodec_getProfileLevelCombinationNb()202 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()
253 if (ret != XA_RESULT_SUCCESS) { in DoCustomTrampoline_XAObject_GetInterface()
83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000) macro