Home
last modified time | relevance | path

Searched refs:totalCostUs (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp67 holdRecord.totalCostUs += holdUs; in ChangeOwner()
68 double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt; in ChangeOwner()
125 outRecord_.totalCostUs += fromInToOut; in UpdateOutputRecord()
127 double averageCostMs = outRecord_.totalCostUs / US_TO_MS / outRecord_.totalCnt; in UpdateOutputRecord()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp163 aveHoldMs[owner] = (holdRecord.totalCnt == 0) ? -1 : (holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt); in PrintStatistic()
194 holdRecord.totalCostUs += holdUs; in ChangeOwnerNormal()
248 holdRecord.totalCostUs += holdUs; in ChangeOwnerDebug()
249 double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt; in ChangeOwnerDebug()
306 outRecord_.totalCostUs += fromInToOut; in UpdateOutputRecord()
308 double averageCostMs = outRecord_.totalCostUs / US_TO_MS / outRecord_.totalCnt; in UpdateOutputRecord()
H A Dhcodec.h357 uint64_t totalCostUs = 0; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h276 uint64_t totalCostUs = 0; member

Completed in 5 milliseconds