Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp582 void HCodec::OutputPortChangedState::OnStateEntered() in OnStateEntered()
589 void HCodec::OutputPortChangedState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
641 void HCodec::OutputPortChangedState::OnShutDown(const MsgInfo &info) in OnShutDown()
653 void HCodec::OutputPortChangedState::OnCheckIfStuck(const MsgInfo &info) in OnCheckIfStuck()
673 void HCodec::OutputPortChangedState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t da… in OnCodecEvent()
700 void HCodec::OutputPortChangedState::HandleOutputPortDisabled() in HandleOutputPortDisabled()
725 void HCodec::OutputPortChangedState::HandleOutputPortEnabled() in HandleOutputPortEnabled()
736 void HCodec::OutputPortChangedState::OnFlush(const MsgInfo &info) in OnFlush()
H A Dhcodec.h455 struct OutputPortChangedState : BaseState { struct
456 explicit OutputPortChangedState(HCodec *codec) in OutputPortChangedState() function
H A Dhcodec.cpp314 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in HCodec()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp530 void ImageCodec::OutputPortChangedState::OnStateEntered() in OnStateEntered()
537 void ImageCodec::OutputPortChangedState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
568 void ImageCodec::OutputPortChangedState::OnShutDown(const MsgInfo &info) in OnShutDown()
579 void ImageCodec::OutputPortChangedState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_… in OnCodecEvent()
606 void ImageCodec::OutputPortChangedState::HandleOutputPortDisabled() in HandleOutputPortDisabled()
631 void ImageCodec::OutputPortChangedState::HandleOutputPortEnabled() in HandleOutputPortEnabled()
H A Dimage_codec.cpp173 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in ImageCodec()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h356 struct OutputPortChangedState : BaseState { struct
357 explicit OutputPortChangedState(ImageCodec *codec) in OutputPortChangedState() argument
419 std::shared_ptr<OutputPortChangedState> outputPortChangedState_;