MCPcopy Create free account
hub / github.com/apache/cloudstack / videoFrame

Method videoFrame

systemvm/agent/noVNC/core/display.js:383–392  ·  view source on GitHub ↗
(x, y, width, height, frame)

Source from the content-addressed store, hash-verified

381 }
382
383 videoFrame(x, y, width, height, frame) {
384 this._renderQPush({
385 'type': 'frame',
386 'frame': frame,
387 'x': x,
388 'y': y,
389 'width': width,
390 'height': height
391 });
392 }
393
394 blitImage(x, y, width, height, arr, offset, fromQueue) {
395 if (this._renderQ.length !== 0 && !fromQueue) {

Callers 1

decodeRectMethod · 0.80

Calls 1

_renderQPushMethod · 0.95

Tested by

no test coverage detected