Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp338 void ImageCodec::StartingState::OnStateEntered() in OnStateEntered()
355 int32_t ImageCodec::StartingState::AllocateBuffers() in AllocateBuffers()
368 void ImageCodec::StartingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
397 void ImageCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
423 void ImageCodec::StartingState::OnShutDown(const MsgInfo &info) in OnShutDown()
428 void ImageCodec::StartingState::ReplyStartMsg(int32_t errCode) in ReplyStartMsg()
439 void ImageCodec::StartingState::OnStateExited() in OnStateExited()
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.cpp333 void HCodec::StartingState::OnStateEntered() in OnStateEntered()
350 int32_t HCodec::StartingState::AllocateBuffers() in AllocateBuffers()
364 void HCodec::StartingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
396 void HCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
422 void HCodec::StartingState::OnShutDown(const MsgInfo &info) in OnShutDown()
427 void HCodec::StartingState::ReplyStartMsg(int32_t errCode) in ReplyStartMsg()
438 void HCodec::StartingState::OnStateExited() in OnStateExited()
H A Dhcodec.h432 struct StartingState : BaseState { struct
433 explicit StartingState(HCodec *codec) : BaseState(codec, "Starting") {} in StartingState() function
H A Dhcodec.cpp312 startingState_ = make_shared<StartingState>(this); in HCodec()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h334 struct StartingState : BaseState { struct
335 explicit StartingState(ImageCodec *codec) : BaseState(codec, "Starting") {} in StartingState() function
417 std::shared_ptr<StartingState> startingState_;