Home
last modified time | relevance | path

Searched refs:outputPortChangedState_ (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.h419 std::shared_ptr<OutputPortChangedState> outputPortChangedState_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp492 codec_->ChangeStateTo(codec_->outputPortChangedState_); in OnCodecEvent()
H A Dimage_codec.cpp173 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in ImageCodec()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp529 codec_->ChangeStateTo(codec_->outputPortChangedState_); in OnCodecEvent()
H A Dhcodec.cpp314 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in HCodec()