MCPcopy Create free account
hub / github.com/Tencent/libpag / imageDecodingTime

Method imageDecodingTime

src/rendering/PAGPlayer.cpp:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400int64_t PAGPlayer::imageDecodingTime() {
401 LockGuard autoLock(rootLocker);
402 return renderCache->imageDecodingTime + renderCache->hardwareDecodingTime +
403 renderCache->softwareDecodingTime;
404}
405
406int64_t PAGPlayer::presentingTime() {
407 LockGuard autoLock(rootLocker);

Callers 4

onFrameFlushMethod · 0.45
onFrameFlushMethod · 0.45
flushMethod · 0.45
PAGBindInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected