Home
last modified time | relevance | path

Searched refs:stateName_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dstate_machine.cpp23 LOGI("already %s", currState_->stateName_.c_str()); in ChangeStateTo()
29 LOGI("change to %s", currState_->stateName_.c_str()); in ChangeStateTo()
31 LOGI("%s -> %s", lastState->stateName_.c_str(), currState_->stateName_.c_str()); in ChangeStateTo()
H A Dstate_machine.h27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
28 const std::string GetName() const { return stateName_; } in GetName()
38 std::string stateName_; member in OHOS::MediaAVCodec::State
H A Dhcodec_log.h127 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dstate_machine.cpp23 LOGI("already %{public}s", currState_->stateName_.c_str()); in ChangeStateTo()
29 LOGD("change to %{public}s", currState_->stateName_.c_str()); in ChangeStateTo()
31 LOGD("%{public}s -> %{public}s", lastState->stateName_.c_str(), currState_->stateName_.c_str()); in ChangeStateTo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dstate_machine.h27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
28 const std::string GetName() const { return stateName_; } in GetName()
38 std::string stateName_; member in OHOS::ImagePlugin::State
H A Dimage_codec_log.h67 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
69 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
71 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
76 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__); \

Completed in 2 milliseconds