Home
last modified time | relevance | path

Searched refs:timeSpanInUs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_log.h129 int64_t timeSpanInUs = GetCurrentTimeInUs() - startTimeInUs_; in ~HeifPerfTracker() local
131 desc_.c_str(), static_cast<float>(timeSpanInUs / MILLISEC_TO_MICROSEC)); in ~HeifPerfTracker()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp80 int64_t timeSpanInUs = GetCurrentTimeInUs() - startTimeInUs_; in ~LifeSpanTimer() local
82 desc_.c_str(), static_cast<float>(timeSpanInUs / MILLISEC_TO_MICROSEC)); in ~LifeSpanTimer()