Searched refs:THREE_SECONDS_IN_US (Results 1 - 5 of 5) sorted by relevance
/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 | hcodec_dfx.cpp | 61 THREE_SECONDS_IN_US * (circulateWarnPrintedTimes_ + 1)); in OnPrintAllBufferOwner()
|
H A D | hcodec.h | 529 static constexpr uint32_t THREE_SECONDS_IN_US = 3'000'000; member in OHOS::MediaAVCodec::HCodec
|
/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()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 412 static constexpr uint32_t THREE_SECONDS_IN_US = 3'000'000; member in OHOS::ImagePlugin::ImageCodec
|
Completed in 6 milliseconds