Searched refs:CollectionErrorInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_impl.cpp | 179 CollectionErrorInfo(static_cast<int32_t>(ret), "SetInputFile error"); in SetInputFile() 299 CollectionErrorInfo(static_cast<int32_t>(Status::ERROR_INVALID_PARAMETER), in ConfigureVideoAudioMetaData() 558 … CollectionErrorInfo(static_cast<int32_t>(Status::ERROR_INVALID_PARAMETER), "Prepare error"); in Prepare() 564 … CollectionErrorInfo(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 D | hitranscoder_impl.h | 88 void CollectionErrorInfo(int32_t errCode, const std::string& errMsg);
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 346 CollectionErrorInfo(result, "SetSource error: GetRealPath error"); in SetSource() 374 CollectionErrorInfo(MSERR_INVALID_VAL, "mediaSource is nullptr"); in SetMediaSource() 570 …CollectionErrorInfo(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 D | hiplayer_impl.h | 246 void CollectionErrorInfo(int32_t errCode, const std::string& errMsg);
|