Home
last modified time | relevance | path

Searched refs:TimeUs (Results 1 – 4 of 4) 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()
53TimeUs msgProcessTime = (delayUs > INT64_MAX - nowUs) ? INT64_MAX : (nowUs + static_cast<int64_t>(… in SendAsyncMsg()
67 TimeUs time = GetNowUs(); in SendSyncMsg()
128 TimeUs processUs = m_msgQueue.begin()->first; in MainLoop()
129 TimeUs nowUs = GetNowUs(); in MainLoop()
141 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs()
H A Dmsg_handle_loop.h47 using TimeUs = int64_t; variable
48 static TimeUs GetNowUs();
59 std::map<TimeUs, MsgInfo> m_msgQueue; // msg will be sorted by timeUs
/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()
54 TimeUs msgProcessTime = (delayUs > INT64_MAX - nowUs) ? INT64_MAX : (nowUs + delayUs); in SendAsyncMsg()
68 TimeUs time = GetNowUs(); in SendSyncMsg()
130 TimeUs processUs = m_msgQueue.begin()->first; in MainLoop()
131 TimeUs nowUs = GetNowUs(); in MainLoop()
143 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h50 using TimeUs = int64_t; variable
51 static TimeUs GetNowUs();
58 std::map<TimeUs, MsgInfo> m_msgQueue; // msg will be sorted by timeUs