Home
last modified time | relevance | path

Searched refs:ChangeStateTo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp164 codec_->ChangeStateTo(codec_->initializedState_); in OnMsgReceived()
221 codec_->ChangeStateTo(codec_->uninitializedState_); in ProcessShutDownFromRunning()
321 codec_->ChangeStateTo(codec_->startingState_); in OnStart()
331 codec_->ChangeStateTo(codec_->uninitializedState_); in OnShutDown()
351 codec_->ChangeStateTo(codec_->initializedState_); in OnStateEntered()
387 codec_->ChangeStateTo(codec_->initializedState_); in OnMsgReceived()
413 codec_->ChangeStateTo(codec_->initializedState_); in OnCodecEvent()
419 codec_->ChangeStateTo(codec_->runningState_); in OnCodecEvent()
520 codec_->ChangeStateTo(codec_->stoppingState_); in OnShutDown()
637 codec_->ChangeStateTo(codec_->runningState_); in HandleOutputPortEnabled()
[all …]
H A Dstate_machine.cpp20 void StateMachine::ChangeStateTo(const std::shared_ptr<State> &targetState) in ChangeStateTo() function in OHOS::ImagePlugin::StateMachine
H A Dimage_codec.cpp175 StateMachine::ChangeStateTo(uninitializedState_); in ImageCodec()
911 ChangeStateTo(stoppingState_); in ForceShutdown()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp171 codec_->ChangeStateTo(codec_->initializedState_); in OnMsgReceived()
217 codec_->ChangeStateTo(codec_->uninitializedState_); in ProcessShutDownFromRunning()
311 codec_->ChangeStateTo(codec_->startingState_); in OnStart()
324 codec_->ChangeStateTo(codec_->uninitializedState_); in OnShutDown()
346 codec_->ChangeStateTo(codec_->initializedState_); in OnStateEntered()
412 codec_->ChangeStateTo(codec_->initializedState_); in OnCodecEvent()
418 codec_->ChangeStateTo(codec_->runningState_); in OnCodecEvent()
558 codec_->ChangeStateTo(codec_->stoppingState_); in OnShutDown()
572 codec_->ChangeStateTo(codec_->flushingState_); in OnFlush()
733 codec_->ChangeStateTo(codec_->runningState_); in HandleOutputPortEnabled()
[all …]
H A Dstate_machine.cpp20 void StateMachine::ChangeStateTo(const std::shared_ptr<State> &targetState) in ChangeStateTo() function in OHOS::MediaAVCodec::StateMachine
H A Dstate_machine.h47 void ChangeStateTo(const std::shared_ptr<State> &targetState);
H A Dhcodec.cpp317 StateMachine::ChangeStateTo(uninitializedState_); in HCodec()
1195 ChangeStateTo(stoppingState_); in ForceShutdown()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dstate_machine.h47 void ChangeStateTo(const std::shared_ptr<State> &targetState);