Searched refs:CollectionErrorInfo (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_impl.cpp | 178 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_ function in OHOS::Media::HiTransCoderImpl [all...] |
H A D | hitranscoder_impl.h | 116 void CollectionErrorInfo(int32_t errCode, const std::string& errMsg);
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 295 CollectionErrorInfo(result, "SetSource error: GetRealPath error"); in SetSource() 323 CollectionErrorInfo(MSERR_INVALID_VAL, "mediaSource is nullptr"); in SetMediaSource() 340 CollectionErrorInfo(result, "SetSource error: GetRealPath error"); in SetMediaSource() 517 CollectionErrorInfo(MSERR_INVALID_OPERATION, "PrepareAsync pipelineStates not initialized or stopped"); in PrepareAsync() 523 CollectionErrorInfo(errCode, "PrepareAsync error: init error"); in PrepareAsync() 529 CollectionErrorInfo(errCode, "PrepareAsync error: DoSetSource error"); in PrepareAsync() 541 CollectionErrorInfo(errCode, "pipeline PrepareAsync failed"); in PrepareAsync() 552 CollectionErrorInfo(code, "PrepareFrame failed."); in PrepareAsync() 561 void HiPlayerImpl::CollectionErrorInfo(int32_t errCode, const std::string& errMsg) in CollectionErrorInfo() function in OHOS::Media::HiPlayerImpl 776 CollectionErrorInfo(re in Play() [all...] |
H A D | hiplayer_impl.h | 247 void CollectionErrorInfo(int32_t errCode, const std::string& errMsg);
|
Completed in 6 milliseconds