/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 339 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 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 | 824 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 D | hcodec_dfx.cpp | 60 SendAsyncMsg(MsgWhat::PRINT_ALL_BUFFER_OWNER, param, in OnPrintAllBufferOwner()
|
H A D | hdecoder.cpp | 805 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 D | msg_handle_loop.h | 40 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 D | codec_state.cpp | 344 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 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()
|