Home
last modified time | relevance | path

Searched refs:stopMsg (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp638 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local
639 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown()
640 stopMsg->SetValue("isNeedNotifyCaller", true); in OnShutDown()
641 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
733 ParamSP stopMsg = make_shared<ParamBundle>(); in OnFlush() local
734 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnFlush()
735 stopMsg->SetValue("isNeedNotifyCaller", false); in OnFlush()
736 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnFlush()
856 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local
857 stopMsg in OnShutDown()
[all...]
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp74 std::string stopMsg = "Stop Server"; in StopServer() local
75 std::cout << stopMsg << std::endl; in StopServer()
/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp81 std::string stopMsg = "Stop Server"; in StopServer() local
82 std::cout << stopMsg << std::endl; in StopServer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp562 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local
563 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown()
564 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()

Completed in 4 milliseconds