Home
last modified time | relevance | path

Searched refs:MSErrorToExtError (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp255 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to SetSource"); in SetSrc()
261 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to PrepareAsync"); in SetSrc()
327 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to SetSource rawFd"); in SetFdSrc()
333 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to PrepareAsync"); in SetFdSrc()
398 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to Play"); in Play()
428 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to Pause"); in Pause()
458 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to Stop"); in Stop()
490 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to Reset"); in Reset()
566 player->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to Seek"); in Seek()
615 player->ErrorCallback(MSErrorToExtError(static_cas in SetVolume()
[all...]
H A Dvideo_player_napi.cpp270 jsPlayer->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to set source"); in SetUrl()
345 jsPlayer->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to SetSource"); in SetFdSrc()
908 asyncContext->SignError(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), in AsyncGetTrackDescription()
915 asyncContext->SignError(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), in AsyncGetTrackDescription()
1078 jsPlayer->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to SetLooping"); in SetLoop()
1162 jsPlayer->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to SetParameter"); in SetVideoScaleType()
1390 jsPlayer->ErrorCallback(MSErrorToExtError(static_cast<MediaServiceErrCode>(ret)), "failed to SetParameter"); in SetAudioInterruptMode()
H A Dvideo_callback_napi.cpp120 MediaServiceExtErrCode extErrCode = MSErrorToExtError(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
H A Dplayer_callback_napi.cpp89 MediaServiceExtErrCode err = MSErrorToExtError(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dmedia_errors.h29 __attribute__((visibility("default"))) MediaServiceExtErrCode MSErrorToExtError(MediaServiceErrCode code);
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_callback_napi.cpp91 MediaServiceExtErrCode err = MSErrorToExtError(static_cast<MediaServiceErrCode>(errCode)); in OnError()
/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp475 MediaServiceExtErrCode MSErrorToExtError(MediaServiceErrCode code) in MSErrorToExtError() function
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp182 MediaServiceExtErrCode errorCodeExt = MSErrorToExtError(static_cast<MediaServiceErrCode>(errorCode)); in MSErrCodeToAVErrCode()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2686 MSErrorToExtError(static_cast<MediaServiceErrCode>(errCode)); in HWTEST_F()
2693 MSErrorToExtError(static_cast<MediaServiceErrCode>(code)); in HWTEST_F()

Completed in 15 milliseconds