Home
last modified time | relevance | path

Searched refs:GetCurrentTimeInUs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_log.h118 startTimeInUs_ = GetCurrentTimeInUs(); in HeifPerfTracker()
129 int64_t timeSpanInUs = GetCurrentTimeInUs() - startTimeInUs_; in ~HeifPerfTracker()
134 int64_t GetCurrentTimeInUs() in GetCurrentTimeInUs() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp74 startTimeInUs_ = GetCurrentTimeInUs(); in LifeSpanTimer()
80 int64_t timeSpanInUs = GetCurrentTimeInUs() - startTimeInUs_; in ~LifeSpanTimer()
85 int64_t JpegHardwareDecoder::LifeSpanTimer::GetCurrentTimeInUs() in GetCurrentTimeInUs() function in OHOS::ImagePlugin::JpegHardwareDecoder::LifeSpanTimer
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h66 int64_t GetCurrentTimeInUs();