MCPcopy 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
53Frame ReadTime(DecodeStream* stream) {
54 return static_cast<Frame>(stream->readEncodedUint64());
55}
56
57float ReadFloat(DecodeStream* stream) {
58 return stream->readFloat();

Callers 8

readValueMethod · 0.85
ReadTimeAndValueFunction · 0.85
ReadMarkerListFunction · 0.85
ReadVideoSequenceFunction · 0.85
ReadAudioBytesFunction · 0.85
ReadCompositionReferenceFunction · 0.85
ReadTimeStretchModeFunction · 0.85

Calls 1

readEncodedUint64Method · 0.45

Tested by

no test coverage detected