Home
last modified time | relevance | path

Searched refs:SendAsyncMsg (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp339 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
450 codec_->SendAsyncMsg(MsgWhat::PRINT_ALL_BUFFER_OWNER, param, THREE_SECONDS_IN_US); in OnStateExited()
586 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
647 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
742 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnFlush()
761 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
865 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
882 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
H A Dmsg_handle_loop.h41 void SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs = 0);
H A Dmsg_handle_loop.cpp49 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg() function in MsgHandleLoop
H A Dhcodec.cpp339 codec->SendAsyncMsg(MsgWhat::CODEC_EVENT, msg); in EventHandler()
352 codec->SendAsyncMsg(MsgWhat::OMX_EMPTY_BUFFER_DONE, msg); in EmptyBufferDone()
365 codec->SendAsyncMsg(MsgWhat::OMX_FILL_BUFFER_DONE, msg); in FillBufferDone()
H A Dhencoder.cpp824 SendAsyncMsg(MsgWhat::GET_BUFFER_FROM_SURFACE, nullptr); in SubmitAllBuffersOwnedByUs()
1172 SendAsyncMsg(MsgWhat::CHECK_IF_REPEAT, param, repeatUs_); in SendRepeatMsg()
1298 codec_->SendAsyncMsg(MsgWhat::GET_BUFFER_FROM_SURFACE, nullptr); in OnBufferAvailable()
H A Dhcodec_dfx.cpp60 SendAsyncMsg(MsgWhat::PRINT_ALL_BUFFER_OWNER, param, in OnPrintAllBufferOwner()
H A Dhdecoder.cpp805 SendAsyncMsg(MsgWhat::GET_BUFFER_FROM_SURFACE, param); in OnBufferReleasedByConsumer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h40 void SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs = 0);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp344 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
534 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
573 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
652 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
H A Dmsg_handle_loop.cpp50 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg() function in OHOS::ImagePlugin::MsgHandleLoop
H A Dimage_codec.cpp960 codec_->SendAsyncMsg(MsgWhat::CODEC_EVENT, msg); in EventHandler()
968 codec_->SendAsyncMsg(MsgWhat::OMX_EMPTY_BUFFER_DONE, msg); in EmptyBufferDone()
976 codec_->SendAsyncMsg(MsgWhat::OMX_FILL_BUFFER_DONE, msg); in FillBufferDone()