Home
last modified time | relevance | path

Searched refs:startingState_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h417 std::shared_ptr<StartingState> startingState_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp321 codec_->ChangeStateTo(codec_->startingState_); in OnStart()
H A Dimage_codec.cpp171 startingState_ = make_shared<StartingState>(this); in ImageCodec()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp311 codec_->ChangeStateTo(codec_->startingState_); in OnStart()
H A Dhcodec.cpp312 startingState_ = make_shared<StartingState>(this); in HCodec()