Home
last modified time | relevance | path

Searched refs:SendAsyncMsg (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp49 SendAsyncMsg(FilterPlaybackCommand::INIT, arg, delayUs); in InitAsync()
54 SendAsyncMsg(FilterPlaybackCommand::PREPARE, arg, delayUs); in PrepareAsync()
59 SendAsyncMsg(FilterPlaybackCommand::START, arg, delayUs); in StartAsync()
64 SendAsyncMsg(FilterPlaybackCommand::RESUME, arg, delayUs); in ResumeAsync()
69 SendAsyncMsg(FilterPlaybackCommand::PAUSE, arg, delayUs); in PauseAsync()
74 SendAsyncMsg(FilterPlaybackCommand::STOP, arg, delayUs); in StopAsync()
79 SendAsyncMsg(FilterPlaybackCommand::FLUSH, arg, delayUs); in FlushAsync()
84 SendAsyncMsg(FilterPlaybackCommand::RELEASE, arg, delayUs); in ReleaseAsync()
89 SendAsyncMsg(FilterPlaybackCommand::PROCESS_INPUT_BUFFER, arg, delayUs, true); in ProcessInputBufferAsync()
94 SendAsyncMsg(FilterPlaybackComman in ProcessOutBufferAsync()
97 void FilterLoop::SendAsyncMsg(int32_t what, int arg, int64_t delayUs, bool isDataMsg) SendAsyncMsg() function in OHOS::Media::Pipeline::FilterLoop
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp337 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
448 codec_->SendAsyncMsg(MsgWhat::PRINT_ALL_BUFFER_OWNER, param, THREE_SECONDS_IN_US); in OnStateExited()
582 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
641 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
736 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnFlush()
755 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
859 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
876 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.cpp822 SendAsyncMsg(MsgWhat::GET_BUFFER_FROM_SURFACE, nullptr); in SubmitAllBuffersOwnedByUs()
1222 SendAsyncMsg(MsgWhat::CHECK_IF_REPEAT, param, repeatUs_); in SendRepeatMsg()
1348 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.cpp759 SendAsyncMsg(MsgWhat::GET_BUFFER_FROM_SURFACE, param); in OnBufferReleasedByConsumer()
/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);
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter_loop.h44 void SendAsyncMsg(int32_t what, int arg, int64_t delayUs = 0, bool isDataMsg = false);
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp335 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
525 codec_->SendAsyncMsg(MsgWhat::CHECK_IF_STUCK, msg, THREE_SECONDS_IN_US); in OnStateEntered()
564 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
643 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()

Completed in 12 milliseconds