Home
last modified time | relevance | path

Searched refs:GetNowUs (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp52 TimeUs nowUs = GetNowUs(); in SendAsyncMsg()
67 TimeUs time = GetNowUs(); in SendSyncMsg()
129 TimeUs nowUs = GetNowUs(); in MainLoop()
141 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs() function in MsgHandleLoop
H A Dmsg_handle_loop.h48 static TimeUs GetNowUs();
H A Dhdecoder.cpp888 info.lastFlushTime = GetNowUs(); in NotifySurfaceToRenderOutputBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp53 TimeUs nowUs = GetNowUs(); in SendAsyncMsg()
68 TimeUs time = GetNowUs(); in SendSyncMsg()
131 TimeUs nowUs = GetNowUs(); in MainLoop()
143 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs() function in OHOS::ImagePlugin::MsgHandleLoop
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A DtaskInner.cpp43 static int64_t GetNowUs() in GetNowUs() function
101 topProcessUs_ = GetNowUs() + delayUs; in UpdateDelayTime()
117 topProcessUs_ = GetNowUs(); in Start()
269 int64_t nowUs = GetNowUs(); in UpdateTop()
305 topProcessUs_ = GetNowUs() + nextDelay; in HandleJob()
332 int64_t nowUs = GetNowUs(); in InsertJob()
H A Dpipeline_threadpool.cpp68 static int64_t GetNowUs() in GetNowUs() function
183 int64_t nowUs = GetNowUs(); in Run()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h51 static TimeUs GetNowUs();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h62 static int64_t GetNowUs();
H A Dtester_common.cpp34 int64_t TesterCommon::GetNowUs() in GetNowUs() function in OHOS::MediaAVCodec::TesterCommon
133 int64_t now = GetNowUs(); in BeforeQueueInput()
160 int64_t now = GetNowUs(); in AfterGotOutput()