Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp153 …TotalCntAndCost& holdRecord = isInput ? inputHoldTimeRecord_[owner] : outputHoldTimeRecord_[owner]; in PrintStatistic() local
154 …aveHoldMs[owner] = (holdRecord.totalCnt == 0) ? -1 : (holdRecord.totalCostUs / US_TO_MS / holdReco… in PrintStatistic()
182 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerNormal() local
184 holdRecord.totalCnt++; in ChangeOwnerNormal()
185 holdRecord.totalCostUs += holdUs; in ChangeOwnerNormal()
236 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerDebug() local
238 holdRecord.totalCnt++; in ChangeOwnerDebug()
239 holdRecord.totalCostUs += holdUs; in ChangeOwnerDebug()
240 double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt; in ChangeOwnerDebug()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp64 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner][newOwner] : in ChangeOwner() local
66 holdRecord.totalCnt++; in ChangeOwner()
67 holdRecord.totalCostUs += holdUs; in ChangeOwner()
68 double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt; in ChangeOwner()