Searched refs:aveHoldMs (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_dfx.cpp | 160 double aveHoldMs[OWNER_CNT]; in PrintStatistic() local 163 aveHoldMs[owner] = (holdRecord.totalCnt == 0) ? -1 : (holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt); in PrintStatistic() 167 aveHoldMs[OWNED_BY_US], aveHoldMs[OWNED_BY_USER], aveHoldMs[OWNED_BY_OMX], aveHoldMs[OWNED_BY_SURFACE]); in PrintStatistic() 249 double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt; in ChangeOwnerDebug() local 255 idStr, info.bufferId, holdMs, aveHoldMs, oldOwnerStr, newOwnerStr, in ChangeOwnerDebug()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec_dfx.cpp | 68 double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.totalCnt; in ChangeOwner() local 76 idStr, info.bufferId, holdMs, aveHoldMs, oldOwnerStr, newOwnerStr, in ChangeOwner()
|
Completed in 2 milliseconds