Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp81 …int64_t holdMs = chrono::duration_cast<chrono::milliseconds>(now - info.lastOwnerChangeTime).count… in PrintAllBufferInfo() local
82 s << info.bufferId << ":" << ToString(info.owner) << "(" << holdMs << "), "; in PrintAllBufferInfo()
97 …int64_t holdMs = chrono::duration_cast<chrono::milliseconds>(now - info.lastOwnerChangeTime).count… in OnGetHidumperInfo() local
99 << ", holdMs = " << holdMs << endl; in OnGetHidumperInfo()
105 …int64_t holdMs = chrono::duration_cast<chrono::milliseconds>(now - info.lastOwnerChangeTime).count… in OnGetHidumperInfo() local
107 << ", holdMs = " << holdMs << endl; in OnGetHidumperInfo()
235 double holdMs = holdUs / US_TO_MS; in ChangeOwnerDebug() local
246 idStr, info.bufferId, holdMs, aveHoldMs, oldOwnerStr, newOwnerStr, in ChangeOwnerDebug()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp63 double holdMs = holdUs / US_TO_MS; in ChangeOwner() local
76 idStr, info.bufferId, holdMs, aveHoldMs, oldOwnerStr, newOwnerStr, in ChangeOwner()