Searched refs:MSErrorToExtError (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | audio_player_napi.cpp | 255 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 D | video_player_napi.cpp | 270 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 D | video_callback_napi.cpp | 120 MediaServiceExtErrCode extErrCode = MSErrorToExtError(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
|
H A D | player_callback_napi.cpp | 89 MediaServiceExtErrCode err = MSErrorToExtError(static_cast<MediaServiceErrCode>(errorCode)); in OnError()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | media_errors.h | 29 __attribute__((visibility("default"))) MediaServiceExtErrCode MSErrorToExtError(MediaServiceErrCode code);
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_callback_napi.cpp | 91 MediaServiceExtErrCode err = MSErrorToExtError(static_cast<MediaServiceErrCode>(errCode)); in OnError()
|
/foundation/multimedia/player_framework/frameworks/native/common/ |
H A D | media_errors.cpp | 475 MediaServiceExtErrCode MSErrorToExtError(MediaServiceErrCode code) in MSErrorToExtError() function
|
/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 182 MediaServiceExtErrCode errorCodeExt = MSErrorToExtError(static_cast<MediaServiceErrCode>(errorCode)); in MSErrCodeToAVErrCode()
|
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
H A D | player_unit_test.cpp | 2686 MSErrorToExtError(static_cast<MediaServiceErrCode>(errCode));
in HWTEST_F() 2693 MSErrorToExtError(static_cast<MediaServiceErrCode>(code));
in HWTEST_F()
|
Completed in 15 milliseconds