Home
last modified time | relevance | path

Searched refs:US_TO_S (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_utils.h26 inline constexpr double US_TO_S = 1000000.0; member
H A Dhcodec_dfx.cpp158 double fps = PRINT_PER_FRAME * US_TO_S / fromFirstToNow; in PrintStatistic()
283 double inFps = inTotalCnt_ * US_TO_S / fromFirstInToNow; in UpdateInputRecord()
318 double outFps = outRecord_.totalCnt * US_TO_S / fromFirstOutToNow; in UpdateOutputRecord()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp103 double inFps = inTotalCnt_ * US_TO_S / fromFirstInToNow; in UpdateInputRecord()
136 double outFps = outRecord_.totalCnt * US_TO_S / fromFirstOutToNow; in UpdateOutputRecord()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp151 inFps_ = inTotalCnt_ * US_TO_S / fromFirstInToNow; in BeforeQueueInput()
182 double outFps = outTotalCnt_ * US_TO_S / fromFirstOutToNow; in AfterGotOutput()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h36 inline constexpr double US_TO_S = 1000000.0; member

Completed in 5 milliseconds