Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp162 TotalCntAndCost& holdRecord = isInput ? inputHoldTimeRecord_[owner] : outputHoldTimeRecord_[owner]; in PrintStatistic() local
163 aveHoldMs[owner] = (holdRecord.totalCnt == 0) ? -1 : (holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt); in PrintStatistic()
191 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerNormal() local
193 holdRecord.totalCnt++; in ChangeOwnerNormal()
194 holdRecord.totalCostUs += holdUs; in ChangeOwnerNormal()
245 TotalCntAndCost& holdRecord = info.isInput ? inputHoldTimeRecord_[oldOwner] : in ChangeOwnerDebug() local
247 holdRecord.totalCnt++; in ChangeOwnerDebug()
248 holdRecord in ChangeOwnerDebug()
[all...]
/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()

Completed in 3 milliseconds