Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ _parseSps
Method
_parseSps
systemvm/agent/noVNC/core/decoders/h264.js:42–46 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
40
}
41
42
_parseSps(index) {
43
this.profileIdc = this._data[index];
44
this.constraintSet = this._data[index + 1];
45
this.levelIdc = this._data[index + 2];
46
}
47
48
_parseNalUnit(index) {
49
const
firstByte = this._data[index];
Callers
1
_parseNalUnit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected