/foundation/multimedia/media_foundation/src/filter/ |
H A D | filter_loop.cpp | 49 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 D | hcodec_state.cpp | 337 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 D | msg_handle_loop.h | 41 void SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs = 0);
|
H A D | msg_handle_loop.cpp | 49 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg() function in MsgHandleLoop
|
H A D | hcodec.cpp | 339 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 D | hencoder.cpp | 822 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 D | hcodec_dfx.cpp | 60 SendAsyncMsg(MsgWhat::PRINT_ALL_BUFFER_OWNER, param, in OnPrintAllBufferOwner()
|
H A D | hdecoder.cpp | 759 SendAsyncMsg(MsgWhat::GET_BUFFER_FROM_SURFACE, param); in OnBufferReleasedByConsumer()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | msg_handle_loop.h | 40 void SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs = 0);
|
/foundation/multimedia/media_foundation/interface/inner_api/filter/ |
H A D | filter_loop.h | 44 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 D | codec_state.cpp | 335 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 D | msg_handle_loop.cpp | 50 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg() function in OHOS::ImagePlugin::MsgHandleLoop
|
H A D | image_codec.cpp | 960 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()
|