Home
last modified time | relevance | path

Searched refs:MSERR_CREATE_PLAYER_ENGINE_FAILED (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp35 {MSERR_CREATE_PLAYER_ENGINE_FAILED, "create player engine failed"},
99 {MSERR_CREATE_PLAYER_ENGINE_FAILED, MSERR_EXT_UNKNOWN},
170 {MSERR_CREATE_PLAYER_ENGINE_FAILED, MSERR_EXT_API9_NO_MEMORY},
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avcast_controller_callback.h143 MSERR_CREATE_PLAYER_ENGINE_FAILED, // create player engine failed. enumerator
268 {MSERR_CREATE_PLAYER_ENGINE_FAILED, "create player engine failed"},
394 {MSERR_CREATE_PLAYER_ENGINE_FAILED, MSERR_EXT_API9_NO_MEMORY},
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_core.h38 MSERR_CREATE_PLAYER_ENGINE_FAILED, // create player engine failed. enumerator
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dplayer_framework_adapter_impl.cpp54 case Media::MSERR_CREATE_PLAYER_ENGINE_FAILED: in IsFatalError()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dplayer_framework_adapter_impl_test.cpp197 Media::MSERR_CREATE_PLAYER_ENGINE_FAILED, Media::MSERR_CREATE_AVMETADATAHELPER_ENGINE_FAILED,
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp270 CHECK_AND_RETURN_RET_LOG(engineFactory != nullptr, MSERR_CREATE_PLAYER_ENGINE_FAILED, in InitPlayEngine()
273 CHECK_AND_RETURN_RET_LOG(playerEngine_ != nullptr, MSERR_CREATE_PLAYER_ENGINE_FAILED, in InitPlayEngine()