Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp577 /**************************** OutputPortChangedState Start ********************************/
578 void HCodec::OutputPortChangedState::OnStateEntered() in OnStateEntered()
585 void HCodec::OutputPortChangedState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
635 void HCodec::OutputPortChangedState::OnShutDown(const MsgInfo &info) in OnShutDown()
647 void HCodec::OutputPortChangedState::OnCheckIfStuck(const MsgInfo &info) in OnCheckIfStuck()
667 void HCodec::OutputPortChangedState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
694 void HCodec::OutputPortChangedState::HandleOutputPortDisabled() in HandleOutputPortDisabled()
719 void HCodec::OutputPortChangedState::HandleOutputPortEnabled() in HandleOutputPortEnabled()
730 void HCodec::OutputPortChangedState::OnFlush(const MsgInfo &info) in OnFlush()
741 /**************************** OutputPortChangedState En in OnFlush()
[all...]
H A Dhcodec.h455 struct OutputPortChangedState : BaseState { struct in OHOS::MediaAVCodec::HCodec
456 explicit OutputPortChangedState(HCodec *codec) in OutputPortChangedState() function
537 std::shared_ptr<OutputPortChangedState> outputPortChangedState_;
H A Dhcodec.cpp314 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in HCodec()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp520 /**************************** OutputPortChangedState Start ********************************/
521 void ImageCodec::OutputPortChangedState::OnStateEntered() in OnStateEntered()
528 void ImageCodec::OutputPortChangedState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
559 void ImageCodec::OutputPortChangedState::OnShutDown(const MsgInfo &info) in OnShutDown()
570 void ImageCodec::OutputPortChangedState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
597 void ImageCodec::OutputPortChangedState::HandleOutputPortDisabled() in HandleOutputPortDisabled()
622 void ImageCodec::OutputPortChangedState::HandleOutputPortEnabled() in HandleOutputPortEnabled()
630 /**************************** OutputPortChangedState End ********************************/
H A Dimage_codec.cpp173 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in ImageCodec()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h356 struct OutputPortChangedState : BaseState { struct in OHOS::ImagePlugin::ImageCodec
357 explicit OutputPortChangedState(ImageCodec *codec) in OutputPortChangedState() function
419 std::shared_ptr<OutputPortChangedState> outputPortChangedState_;

Completed in 10 milliseconds