Home
last modified time | relevance | path

Searched refs:CollectionErrorInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp179 CollectionErrorInfo(static_cast<int32_t>(ret), "SetInputFile error"); in SetInputFile()
299 CollectionErrorInfo(static_cast<int32_t>(Status::ERROR_INVALID_PARAMETER), in ConfigureVideoAudioMetaData()
558CollectionErrorInfo(static_cast<int32_t>(Status::ERROR_INVALID_PARAMETER), "Prepare error"); in Prepare()
564CollectionErrorInfo(static_cast<int32_t>(Status::ERROR_INVALID_PARAMETER), "Prepare error"); in Prepare()
574 CollectionErrorInfo(errCode, "Prepare error"); in Prepare()
606 CollectionErrorInfo(static_cast<int32_t>(ret), "Start error"); in Start()
622 CollectionErrorInfo(static_cast<int32_t>(ret), "Pause error"); in Pause()
639 CollectionErrorInfo(static_cast<int32_t>(ret), "Resume error"); in Resume()
657 CollectionErrorInfo(static_cast<int32_t>(ret), "Cancel error"); in Cancel()
947 void HiTransCoderImpl::CollectionErrorInfo(int32_t errCode, const std::string& errMsg) in CollectionErrorInfo() function in OHOS::Media::HiTransCoderImpl
H A Dhitranscoder_impl.h88 void CollectionErrorInfo(int32_t errCode, const std::string& errMsg);
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp346 CollectionErrorInfo(result, "SetSource error: GetRealPath error"); in SetSource()
374 CollectionErrorInfo(MSERR_INVALID_VAL, "mediaSource is nullptr"); in SetMediaSource()
570CollectionErrorInfo(MSERR_INVALID_OPERATION, "PrepareAsync pipelineStates not initialized or stopp… in PrepareAsync()
576 CollectionErrorInfo(errCode, "PrepareAsync error: init error"); in PrepareAsync()
582 CollectionErrorInfo(errCode, "PrepareAsync error: DoSetSource error"); in PrepareAsync()
595 CollectionErrorInfo(errCode, "pipeline PrepareAsync failed"); in PrepareAsync()
606 CollectionErrorInfo(code, "PrepareFrame failed."); in PrepareAsync()
615 void HiPlayerImpl::CollectionErrorInfo(int32_t errCode, const std::string& errMsg) in CollectionErrorInfo() function in OHOS::Media::HiPlayerImpl
816 CollectionErrorInfo(ret, "Play failed"); in Play()
H A Dhiplayer_impl.h246 void CollectionErrorInfo(int32_t errCode, const std::string& errMsg);