Searched refs:OutputPortChangedState (Results 1 – 6 of 6) sorted by relevance
582 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()
455 struct OutputPortChangedState : BaseState { struct456 explicit OutputPortChangedState(HCodec *codec) in OutputPortChangedState() function
314 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in HCodec()
530 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()
173 outputPortChangedState_ = make_shared<OutputPortChangedState>(this); in ImageCodec()
356 struct OutputPortChangedState : BaseState { struct357 explicit OutputPortChangedState(ImageCodec *codec) in OutputPortChangedState() argument419 std::shared_ptr<OutputPortChangedState> outputPortChangedState_;