Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ ReadTime
Function
ReadTime
src/codec/DataTypes.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
Frame ReadTime(DecodeStream* stream) {
54
return static_cast<Frame>(stream->readEncodedUint64());
55
}
56
57
float ReadFloat(DecodeStream* stream) {
58
return stream->readFloat();
Callers
8
readValue
Method · 0.85
ReadTimeAndValue
Function · 0.85
ReadMarkerList
Function · 0.85
ReadCompositionAttributes
Function · 0.85
ReadVideoSequence
Function · 0.85
ReadAudioBytes
Function · 0.85
ReadCompositionReference
Function · 0.85
ReadTimeStretchMode
Function · 0.85
Calls
1
readEncodedUint64
Method · 0.45
Tested by
no test coverage detected