Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ writeInt32
Method
writeInt32
src/codec/utils/EncodeStream.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void EncodeStream::writeInt32(int32_t value) {
84
if (checkCapacity(4)) {
85
dataView.setInt32(_position, value);
86
positionChanged(4);
87
}
88
}
89
90
void EncodeStream::writeUint32(uint32_t value) {
91
if (checkCapacity(4)) {
Callers
15
WriteMdatBox
Function · 0.80
writeH264Nalus
Method · 0.80
ftyp
Method · 0.80
hdlr
Method · 0.80
mdhd
Method · 0.80
mfhd
Method · 0.80
smhd
Method · 0.80
vmhd
Method · 0.80
mvhd
Method · 0.80
sdtp
Method · 0.80
stsc
Method · 0.80
stsz
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected